Updated changelogs and versions for #1561

This commit is contained in:
Dan Burton 2018-10-11 14:21:17 -04:00
parent 132abccff2
commit bff8200ae4
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0
7 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
## 1.6.0.1
* Compile with GHC 8.6
* Compile with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)
## 1.6.0

View File

@ -2,7 +2,7 @@
## 1.6.4.2
* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516)
* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516), [#1561](https://github.com/yesodweb/yesod/pull/1561)
## 1.6.4.1

View File

@ -1,6 +1,6 @@
## 1.6.0.1
* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516)
* Add support for persistent 2.9 [#1516](https://github.com/yesodweb/yesod/pull/1516), [#1561](https://github.com/yesodweb/yesod/pull/1561)
## 1.6.0

View File

@ -1,3 +1,7 @@
## 1.6.0.1
* Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)
## 1.6.0
* Upgrade to yesod-core 1.6.0

View File

@ -1,5 +1,5 @@
name: yesod-static
version: 1.6.0
version: 1.6.0.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>

View File

@ -1,3 +1,7 @@
## 1.6.5.1
* Make test suite build with GHC 8.6 [#1561](https://github.com/yesodweb/yesod/pull/1561)
## 1.6.5
bodyEquals prints out actual body in addition to expected body in failure msg
[#1525](https://github.com/yesodweb/yesod/pull/1525)

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 1.6.5
version: 1.6.5.1
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>