aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-03-13 11:29:21 -0700
committerJosé Valim <jose.valim@gmail.com>2012-03-13 11:29:21 -0700
commita85714a673d2e06b923bd4eba443a3849d332cce (patch)
tree35b0d5c23cb27a7c89b8e312e2761fd195e849d5
parent800c70a8f9e6264e72019b1d8e18bddfa48f1373 (diff)
parent2731ffae7400d0dd9d69b126384a4480270a61cb (diff)
downloadrails-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]
-rw-r--r--actionpack/CHANGELOG.md2
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*