aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-30 08:23:42 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-30 08:23:42 +0000
commit5640f76970c9b68f74df9da5cfa9763833e00d78 (patch)
treeb534cf4d2e56cd67d36e58503d03cb2ffcacec21 /actionpack/CHANGELOG
parentbe27caf92db41f1a5dc94e7c2913467e7e493eeb (diff)
downloadrails-5640f76970c9b68f74df9da5cfa9763833e00d78.tar.gz
rails-5640f76970c9b68f74df9da5cfa9763833e00d78.tar.bz2
rails-5640f76970c9b68f74df9da5cfa9763833e00d78.zip
Improved the speed of regular expression expirations for caching by a factor of 10 #1221 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1248 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 1c2e54418f..e1c1ef5391 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Improved the speed of regular expression expirations for caching by a factor of 10 #1221 [Jamis Buck]
+
* Removed dumping of template assigns on the rescue page as it would very easily include a ton of data making page loads take seconds (and the information was rarely helpful) #1222
* Added BenchmarkHelper that can measure the execution time of a block in a template and reports the result to the log. Example: