aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-10-26 05:32:30 +0000
committerRick Olson <technoweenie@gmail.com>2007-10-26 05:32:30 +0000
commitd7aa32d5d04fc98730073523d429d9ce2547316a (patch)
treec5eeb1295ec66078a99f47c98fbc73d7b7b6ef16 /actionpack/CHANGELOG
parentd5a93b6241b4df64f9656853d386eca96b6f6baf (diff)
downloadrails-d7aa32d5d04fc98730073523d429d9ce2547316a.tar.gz
rails-d7aa32d5d04fc98730073523d429d9ce2547316a.tar.bz2
rails-d7aa32d5d04fc98730073523d429d9ce2547316a.zip
Update tests for ActiveSupport's JSON escaping change. [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8034 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 406a7b75ac..ad32f97222 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update tests for ActiveSupport's JSON escaping change. [rick]
+
* FormHelper's auto_index should use #to_param instead of #id_before_type_cast. Closes #9994 [mattly]
* Doc typo fixes for ActiveRecordHelper. Closes #9973 [mikong]