aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorThomas Fuchs <thomas@fesch.at>2006-08-18 09:16:29 +0000
committerThomas Fuchs <thomas@fesch.at>2006-08-18 09:16:29 +0000
commitb006317b442c3eac2c41e975372d460942c48ba2 (patch)
tree8bae0e3a96209773e3a02437cebc70be59d0222e /activesupport/CHANGELOG
parent0da426be96d9e02b1b7a34e364dff984cd4218f3 (diff)
downloadrails-b006317b442c3eac2c41e975372d460942c48ba2.tar.gz
rails-b006317b442c3eac2c41e975372d460942c48ba2.tar.bz2
rails-b006317b442c3eac2c41e975372d460942c48ba2.zip
Greatly increased performance of String.to_json, which speeds up RJS considerably on large pages, fixes #3473 [Shugo Maeda]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4787 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index b1bba4055c..77f0a57bdb 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Greatly increased performance of String.to_json, which speeds up RJS considerably on large pages, fixes #3473 [Shugo Maeda]
+
* Detect missing_constants calls from removed modules and fail accordingly. [Nicholas Seckar]
* Stop using defined? in Dependencies.qualified_const_defined? since defined? may invoke const_missing. [Nicholas Seckar]