aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-05-30 09:12:12 +0000
committerJamis Buck <jamis@37signals.com>2005-05-30 09:12:12 +0000
commit6ce58318f5c1446c33599e3d0d19491618c684a6 (patch)
tree097e62102ce3f5907935c1b4354db96111a76640 /actionpack/CHANGELOG
parentf8542a64b30bb6f67bcedf0c82de1291aab3c3d9 (diff)
downloadrails-6ce58318f5c1446c33599e3d0d19491618c684a6.tar.gz
rails-6ce58318f5c1446c33599e3d0d19491618c684a6.tar.bz2
rails-6ce58318f5c1446c33599e3d0d19491618c684a6.zip
render(:inline) defaults to :layout => false
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1372 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 658d346056..6597a2b63a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* render(:inline) always defaults to :layout => false.
+
* Make sure the benchmarking render method always returns the output of the render.
* render(:text), render(:partial), and render(:nothing) always default to :layout => false. This also fixes send_file, which was applying a layout if one existed for the current action.