diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-05-31 10:19:29 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-05-31 10:19:29 -0700 |
commit | d3e5d1c295365238412fc3aa2666d09ddb69bb1d (patch) | |
tree | a2796c4cf08ac508e87df85cc09aa4745a8f87a1 /actionpack | |
parent | ac465d5dd2220acba26947ed3c6d29c11287e333 (diff) | |
download | rails-d3e5d1c295365238412fc3aa2666d09ddb69bb1d.tar.gz rails-d3e5d1c295365238412fc3aa2666d09ddb69bb1d.tar.bz2 rails-d3e5d1c295365238412fc3aa2666d09ddb69bb1d.zip |
updating changelogs
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 5bb5176083..1ec3a954fb 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.4 (unreleased) ## +## Rails 3.2.4 (May 31, 2012) ## * Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker* @@ -10,6 +10,16 @@ * Deprecate `button_to_function` and `link_to_function` helpers. *Rafael Mendonça França* +* Don't break Haml with textarea newline fix. GH #393, #4000, #5190, #5191 + +* Fix options handling on labels. GH #2492, #5614 + +* Added config.action_view.embed_authenticity_token_in_remote_forms to deal + with regression from 16ee611fa + +* Set rendered_format when doing render :inline. GH #5632 + +* Fix the redirect when it receive blocks with arity of 1. Closes #5677 ## Rails 3.2.3 (March 30, 2012) ## |