From ed37de07d335379f91f664bfaf659415be75d3cf Mon Sep 17 00:00:00 2001 From: Ulisses Herrera Freire de Almeida Date: Wed, 12 Mar 2014 16:09:35 -0300 Subject: [PATCH] Add a changelog entry about the html option to custom wrappers. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752504c4..0e959e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.