Add a changelog entry about the html option to custom wrappers.

This commit is contained in:
Ulisses Herrera Freire de Almeida 2014-03-12 16:09:35 -03:00
parent 862fab5681
commit ed37de07d3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
* Add `include_default_input_wrapper_class` config [@luizcosta](https://github.com/luizcosta)
* Map `datetime`, `date` and `time` input types to their respective HTML5 input tags
when the `:html5` is set to `true` [@volmer](https://github.com/volmer)
* Add `:html` option to include additional attributes on custom wrappers [remofritzsche](https://github.com/remofritzsche) and [@ulissesalmeida](https://github.com/ulissesalmeida)
### bug fix
* Collection input that uses automatic collection translation properly sets checked values.