aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-05-17 07:25:36 +0000
committerMarcel Molina <marcel@vernix.org>2006-05-17 07:25:36 +0000
commit7252666b74e00c569b431d1a798fb7280923929f (patch)
tree2f6ba0b6fbf8cfcccfac4ae4496b15484068fb03 /actionpack/CHANGELOG
parent36d1a2f302817815e0e70334733d2daf1a14a4f5 (diff)
downloadrails-7252666b74e00c569b431d1a798fb7280923929f.tar.gz
rails-7252666b74e00c569b431d1a798fb7280923929f.tar.bz2
rails-7252666b74e00c569b431d1a798fb7280923929f.zip
Add layout attribute to response object with the name of the layout that was rendered, or nil if none rendered. [Kevin Clark kevin.clark@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4346 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 9a75a3852c..b3388a3773 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add layout attribute to response object with the name of the layout that was rendered, or nil if none rendered. [Kevin Clark kevin.clark@gmail.com]
+
* Fix NoMethodError when parsing params like &&. [Adam Greenfield]
* Fix flip flopped logic in docs for url_for's :only_path option. Closes #4998. [esad@esse.at]