aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-29 10:55:47 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-29 10:55:47 -0300
commitdd69076eb8210fdbf86acd6b9f9fbe70db881538 (patch)
tree359815e2398c6fc877546dcce8a0b79c4eaca129 /actionpack/CHANGELOG.md
parent921c40426839b65478b475e5c6d73cd1e1493fac (diff)
downloadrails-dd69076eb8210fdbf86acd6b9f9fbe70db881538.tar.gz
rails-dd69076eb8210fdbf86acd6b9f9fbe70db881538.tar.bz2
rails-dd69076eb8210fdbf86acd6b9f9fbe70db881538.zip
Add missing CHANGELOG entry
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index d275569cf6..fd6a26c6db 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.3 (unreleased) ##
+* Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*
+
* Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*
* Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*