aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-07 06:39:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-07 06:39:13 +0000
commitce31eae3ee40faa1def3830bb3477d88283eae95 (patch)
treec94f741c834d2853e27f41f9151b47f0c0feec7a /activesupport/CHANGELOG
parentf8be47a6a3088440f71b2995c1402020d9df13d3 (diff)
downloadrails-ce31eae3ee40faa1def3830bb3477d88283eae95.tar.gz
rails-ce31eae3ee40faa1def3830bb3477d88283eae95.tar.bz2
rails-ce31eae3ee40faa1def3830bb3477d88283eae95.zip
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.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1752 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 3d93b561b4..b72d2fd5ed 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,10 @@
*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.
+
+
+*1.1.0*
+
* Fixed conflict with Glue gem #1606 [Rick Olson]
* Added new rules to the Inflector to deal with more unusual plurals mouse/louse => mice/lice, information => information, ox => oxen, virus => viri, archive => archives #1571, #1583, #1490, #1599, #1608 [foamdino@gmail.com/others]