Skip to content

Commit a85714a

Browse files
committed
Merge pull request rails#5419 from nashby/patch-1
fix typo in AP CHANGELOG [ci skip]
2 parents 800c70a + 2731ffa commit a85714a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Rails 4.0.0 (unreleased) ##
22

3-
* 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*
3+
* 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*
44

55
* Removed default `size` option from the `text_field`, `search_field`, `telephone_field`, `url_field`, `email_field` helpers. *Philip Arndt*
66

0 commit comments

Comments
 (0)