aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorVasiliy Ermolovich <younash@gmail.com>2013-10-27 18:14:16 +0300
committerVasiliy Ermolovich <younash@gmail.com>2013-10-27 18:31:19 +0300
commit106c988c10c29332343d8de5719a8b045d093753 (patch)
tree8b0083253b0af4282036b9136dc587bcfd3cf3d9 /actionview/CHANGELOG.md
parent094e31ce6700993759c6f36db52afb0a43bfa71f (diff)
downloadrails-106c988c10c29332343d8de5719a8b045d093753.tar.gz
rails-106c988c10c29332343d8de5719a8b045d093753.tar.bz2
rails-106c988c10c29332343d8de5719a8b045d093753.zip
add include_hidden option to collection_check_boxes helper
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 59b803d088..959509510e 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,6 +1,10 @@
+* Add `include_hidden` option to `collection_check_boxes` helper.
+
+ *Vasiliy Ermolovich*
+
* Ensure ActionView::Digestor.cache is correctly cleaned up when
combining recursive templates with ActionView::Resolver.caching = false
-
+
*wyaeld*
* Fix `collection_check_boxes` generated hidden input to use the name attribute provided