Update changelog and version

This commit is contained in:
d86leader 2020-09-22 15:57:49 +07:00
parent e3528ad85d
commit 22c59207c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-core
## 1.6.18.4
* Fixed a bug where `mkYesod` and other TH functions didn't work for datatypes with explicitly stated type variables, including the case with typeclass constraints. [https://github.com/yesodweb/yesod/pull/1697](#1697)
## 1.6.18.3
* Remove mention of an oudated Yesod type (`GHandler`) from the docs for `handlerToIO`. [https://github.com/yesodweb/yesod/pull/1695](#1695)

View File

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