Documentation fix (#1577)
* fixed documentation * bumped version * updated ChangeLog
This commit is contained in:
parent
874a711d47
commit
6fe7ee6e0d
@ -1,3 +1,7 @@
|
||||
## 1.6.6.1
|
||||
|
||||
* Documentation fixes
|
||||
|
||||
## 1.6.6
|
||||
|
||||
* Add utility functions to modify cookies [$1570](https://github.com/yesodweb/yesod/pull/1570)
|
||||
|
||||
@ -212,7 +212,7 @@ type Cookies = M.Map ByteString Cookie.SetCookie
|
||||
-- Since 1.2.0
|
||||
type YesodSpec site = Writer [YesodSpecTree site] ()
|
||||
|
||||
-- | Internal data structure, corresponding to hspec\'s 'YesodSpecTree'.
|
||||
-- | Internal data structure, corresponding to hspec\'s "SpecTree".
|
||||
--
|
||||
-- Since 1.2.0
|
||||
data YesodSpecTree site
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-test
|
||||
version: 1.6.6
|
||||
version: 1.6.6.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Nubis <nubis@woobiz.com.ar>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user