aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-03-15 20:00:50 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-03-15 20:00:50 -0300
commit2d171bdc89b1a29c098477669e14d92b534baf7e (patch)
tree2e9fd5c1eaaa4ee4f24b79e5bc9e61e5bd198a7c /actionview/CHANGELOG.md
parente3b12f6cb89ff0c5641e80fa9be904b4ed6fabb6 (diff)
parent106c988c10c29332343d8de5719a8b045d093753 (diff)
downloadrails-2d171bdc89b1a29c098477669e14d92b534baf7e.tar.gz
rails-2d171bdc89b1a29c098477669e14d92b534baf7e.tar.bz2
rails-2d171bdc89b1a29c098477669e14d92b534baf7e.zip
Merge pull request #12662 from nashby/include-hidden-collection
add include_hidden option to collection_check_boxes helper Conflicts: actionview/CHANGELOG.md actionview/test/template/form_collections_helper_test.rb
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index e46f55a875..a0e773e887 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `include_hidden` option to `collection_check_boxes` helper.
+
+ *Vasiliy Ermolovich*
+
* Fixed a problem where the default options for the `button_tag` helper is not
applied correctly.