Add CHANGELOG entry for #1023

This commit is contained in:
Rafael Mendonça França 2014-04-04 11:59:38 -03:00
parent db4ffbf83e
commit 2e9c4b3df9
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
* `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)
* Add support to define custom error messages for the attributes.
* Add support to change the I18n scope to be used in Simple Form. [@nielsbuus](https://github.com/nielsbuus)
### bug fix
* Collection input that uses automatic collection translation properly sets checked values.

View File

@ -200,7 +200,6 @@ module SimpleForm
def i18n_scope
SimpleForm.i18n_scope
end
end
end
end