aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-07 14:48:16 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-07 14:48:16 +0000
commit703ac4c5ac68f68b48debd1bfc352cd687b2df30 (patch)
tree8606fe9c0f52beabf8b17decd79c39dcae9e0ad7 /activesupport/CHANGELOG
parentb640a647603f869eca5cbecce3dbc94cb47447ad (diff)
downloadrails-703ac4c5ac68f68b48debd1bfc352cd687b2df30.tar.gz
rails-703ac4c5ac68f68b48debd1bfc352cd687b2df30.tar.bz2
rails-703ac4c5ac68f68b48debd1bfc352cd687b2df30.zip
Added more efficient implementation of the development mode reset of classes #1638 [Chris McGrath]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index b72d2fd5ed..0afb5f62b1 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Remove fix against memory leaks in development mode as it killed development performance on large applications (2-3s stall on Basecamp). Octopod is working on a better fix.
+* Added more efficient implementation of the development mode reset of classes #1638 [Chris McGrath]
*1.1.0*