CHANGELOG.md in simple_form-4.0.1 vs CHANGELOG.md in simple_form-4.1.0

- old
+ new

@@ -1,6 +1,18 @@ ## Unreleased +### Enhancements +* Guess input type more carefully. [@sringling](https://github.com/sringling) +* Allow custom error on forms without model. [@victorperez](https://github.com/victorperez) +* Do not support Ruby < 2.3 anymore. [@gssbzn](https://github.com/gssbzn) +* Add color inout type. [@gssbzn](https://github.com/gssbzn) + +### Bug fix +* Improve disabled option to input_field. [@betelgeuse](https://github.com/betelgeuse) +* Memoize `input_html_classes` in `SimpleForm::Inputs::Base`. [@RigoTheDev](https://github.com/RigoTheDev) +* Fix column type citext HTML5 input type bug. [@brucew](https://github.com/brucew) +* Use form attribute in the nested boolean hidden field when it is given. [@feliperenan](https://github.com/feliperenan) + ## 4.0.1 ### Bug fix * Do not support Rails 4 anymore. [@rafaelfranca](https://github.com/rafaelfranca) * Add missing comma. [@vill](https://github.com/vill)