aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-12-19 04:41:57 +0000
committerRick Olson <technoweenie@gmail.com>2006-12-19 04:41:57 +0000
commite7c2c7982f25edcc359a3d6753bf41def1fc161e (patch)
treec4f862d25266e05319655e22e4793faeeb73dd65 /actionpack/CHANGELOG
parent41466a4c83e3e590b580d5d2cbc5869e601e7599 (diff)
downloadrails-e7c2c7982f25edcc359a3d6753bf41def1fc161e.tar.gz
rails-e7c2c7982f25edcc359a3d6753bf41def1fc161e.tar.bz2
rails-e7c2c7982f25edcc359a3d6753bf41def1fc161e.zip
Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5746 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 c7cd0efd4b..d7dc6153b7 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]
+
* Fix HTML::Node to output double quotes instead of single quotes. Closes #6845 [mitreandy]
* Correctly report which filter halted the chain. #6699 [Martin Emde]