Documentation fix (#1577)

* fixed documentation

* bumped version

* updated ChangeLog
This commit is contained in:
Jonathan Lamothe 2019-01-26 02:23:04 -05:00 committed by Sibi
parent 874a711d47
commit 6fe7ee6e0d
3 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -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>