Add CHANGELOG entry

This commit is contained in:
Rafael Mendonça França 2014-04-03 15:27:45 -03:00
parent d103329708
commit 08bf6c860e
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
* Put a whitespace before the `inline_label` options of boolean input if it is present.
* Add support to configure the `label_text` proc at the wrapper level. [@NOX73](https://github.com/NOX73)
* `label_text` proc now receive three arguments (label, request, and if the label was explicit). [@timscott](https://github.com/timscott)
* Add I18n support to `:include_blank` and `:prompt` when `:translate` is used as value. [@haines](https://github.com/plataformatec/simple_form/pull/616)
### bug fix
* Collection input that uses automatic collection translation properly sets checked values.