diff options
author | José Valim <jose.valim@gmail.com> | 2012-03-13 11:29:21 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2012-03-13 11:29:21 -0700 |
commit | a85714a673d2e06b923bd4eba443a3849d332cce (patch) | |
tree | 35b0d5c23cb27a7c89b8e312e2761fd195e849d5 /actionpack | |
parent | 800c70a8f9e6264e72019b1d8e18bddfa48f1373 (diff) | |
parent | 2731ffae7400d0dd9d69b126384a4480270a61cb (diff) | |
download | rails-a85714a673d2e06b923bd4eba443a3849d332cce.tar.gz rails-a85714a673d2e06b923bd4eba443a3849d332cce.tar.bz2 rails-a85714a673d2e06b923bd4eba443a3849d332cce.zip |
Merge pull request #5419 from nashby/patch-1
fix typo in AP CHANGELOG [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index ebaf2d407c..20b6820065 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -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* |