diff options
author | José Valim <jose.valim@gmail.com> | 2012-01-06 00:01:15 +0100 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2012-01-06 00:01:15 +0100 |
commit | c0d1f5f85bff58fc2f91a49e298f589dcaba81ee (patch) | |
tree | 5f4e8a241fdabab4ed8fb912101b78e84c512f76 /actionpack | |
parent | 37b4ba21cca2aa79a6ee37ea9ff926ed4d1eb7a6 (diff) | |
download | rails-c0d1f5f85bff58fc2f91a49e298f589dcaba81ee.tar.gz rails-c0d1f5f85bff58fc2f91a49e298f589dcaba81ee.tar.bz2 rails-c0d1f5f85bff58fc2f91a49e298f589dcaba81ee.zip |
Update actionpack/CHANGELOG.md
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a5370afcf1..583d984989 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,9 +1,9 @@ -## Rails 3.2.0 (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.0 (unreleased) ## + * Add font_path helper method *Santiago Pastorino* * Depends on rack ~> 1.4.0 *Santiago Pastorino* |