aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-01-27 13:14:37 +0100
committerJosé Valim <jose.valim@gmail.com>2012-01-27 13:15:52 +0100
commit2e5ec3b3996231c3b770844608fb7b41c0d891e6 (patch)
tree4992ab1552dd859ca55cec495a7fc465f52bb133 /actionpack/CHANGELOG.md
parent1c5bd8a33dd7002c8664e587f968830c1bce3ff8 (diff)
parentdefb751681640e11f2187439acdaaa12ca9b805f (diff)
downloadrails-2e5ec3b3996231c3b770844608fb7b41c0d891e6.tar.gz
rails-2e5ec3b3996231c3b770844608fb7b41c0d891e6.tar.bz2
rails-2e5ec3b3996231c3b770844608fb7b41c0d891e6.zip
Merge check box fixes from remote-tracking branch 'cantonio/checkbox-hidden-backport' into 3-2-stable
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index f40b7a2449..1e446ad0be 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,9 @@
+## Rails 3.2.2 (unreleased) ##
+
+* check_box helper with :disabled => true will generate a disabled hidden field to conform with the HTML convention where disabled fields are not submitted with the form.
+ This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
+ *Tadas Tamosauskas*
+
## Rails 3.2.1 (January 26, 2012) ##
* Documentation improvements.