[yesod] Bump version & add changelog entry

This commit is contained in:
Janek Spaderna 2018-01-18 12:11:43 +01:00
parent 7f6f1821e8
commit 492102537f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.4.37.3
* Fix Haddock comment & simplify implementation for `contentTypeTypes` [#1476](https://github.com/yesodweb/yesod/issues/1476)
## 1.4.37.2
* Improve error messages for the CSRF checking functions [#1455](https://github.com/yesodweb/yesod/issues/1455)

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.4.37.2
version: 1.4.37.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>