Update CHANGELOG.md

This commit is contained in:
Vasiliy Ermolovich 2013-02-26 16:46:51 +03:00
parent a8da83bbaf
commit f6d578cf3f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### enhancements
* `input_field` supports components that don't generate tags
as `:min_max`, `:maxlength`, `:placeholder`, `:pattern`, `:readonly`.
Closes[#362](https://github.com/plataformatec/simple_form/issues/632).
Closes [#362](https://github.com/plataformatec/simple_form/issues/632).
([@nashby](https://github.com/nashby))
* support for Rails eager loading.
Closes [#478](https://github.com/plataformatec/simple_form/issues/478).