Merge pull request #5419 from nashby/patch-1

fix typo in AP CHANGELOG [ci skip]
This commit is contained in:
José Valim 2012-03-13 11:29:21 -07:00
commit a85714a673
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## Rails 4.0.0 (unreleased) ##
* Add `include_hidden` option to select tag. With `:include_hidden => true` select with `multiple` attribute doesn't generate hidden input with blank value. *Vasiliy Ermolovich*
* Add `include_hidden` option to select tag. With `:include_hidden => false` select with `multiple` attribute doesn't generate hidden input with blank value. *Vasiliy Ermolovich*
* Removed default `size` option from the `text_field`, `search_field`, `telephone_field`, `url_field`, `email_field` helpers. *Philip Arndt*