yesod-form: bump version and add changelog message for #1795

This commit is contained in:
Teo Camarasu 2023-02-07 10:51:00 +00:00
parent 06fd5df137
commit a6e420b42f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-form
## 1.7.4
* Added a `Monad AForm` instance only when `transformers` >= 0.6 [#1795](https://github.com/yesodweb/yesod/pull/1795)
## 1.7.3
* Fixed `radioField` according to Bootstrap 3 docs. [#1783](https://github.com/yesodweb/yesod/pull/1783)

View File

@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: yesod-form
version: 1.7.3
version: 1.7.4
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>