Fix version bump

This commit is contained in:
Michael Snoyman 2018-07-09 13:12:40 +03:00
parent 71d951c09b
commit c1344a577f
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
3 changed files with 5 additions and 9 deletions

View File

@ -1,15 +1,11 @@
## 1.6.4
* Expose `selectFieldHelper` [#1530](https://github.com/yesodweb/yesod/pull/1530)
## 1.6.3
* Changed `Textarea` to derive `IsString` [#1514](https://github.com/yesodweb/yesod/pull/1514)
# ChangeLog for yesod-form
## 1.6.2
* Move `addClass` from private/undocumented in `Yesod.Form.Bootstrap3` to `Yesod.Form.Functions` [#1510](https://github.com/yesodweb/yesod/pull/1510)
* Add `Yesod.Form.Functions.removeClass` [#1510](https://github.com/yesodweb/yesod/pull/1510)
* Changed `Textarea` to derive `IsString` [#1514](https://github.com/yesodweb/yesod/pull/1514)
* Expose `selectFieldHelper` [#1530](https://github.com/yesodweb/yesod/pull/1530)
## 1.6.1

View File

@ -733,7 +733,7 @@ optionsPersistKey filts ords toDisplay = fmap mkOptionList $ do
-- |
-- A helper function for constucting 'selectField's. You may want to use this when you define your custom 'selectField's or 'radioField's.
--
-- Since 1.6.4
-- @since 1.6.2
selectFieldHelper
:: (Eq a, RenderMessage site FormMessage)
=> (Text -> Text -> [(Text, Text)] -> WidgetFor site () -> WidgetFor site ()) -- ^ Outermost part of the field

View File

@ -1,5 +1,5 @@
name: yesod-form
version: 1.6.4
version: 1.6.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>