mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Add CHANGELOG entry for #1023
This commit is contained in:
parent
db4ffbf83e
commit
2e9c4b3df9
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -200,7 +200,6 @@ module SimpleForm
|
|||
def i18n_scope
|
||||
SimpleForm.i18n_scope
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue