aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-20 11:23:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-20 11:23:13 +0000
commit6a519401176126cd808aa5e3562a21f34a64de65 (patch)
tree7da966acceedfb11ceb234d796fa0250033fa6b3 /activesupport/CHANGELOG
parent8a35865b747e0e96ae53e45997d6742f8f0ccfc3 (diff)
downloadrails-6a519401176126cd808aa5e3562a21f34a64de65.tar.gz
rails-6a519401176126cd808aa5e3562a21f34a64de65.tar.bz2
rails-6a519401176126cd808aa5e3562a21f34a64de65.zip
Fixed memory leak with Active Record classes when Dependencies.mechanism = :load #1704 [c.r.mcgrath@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2276 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 62686e8e75..955772376f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed memory leak with Active Record classes when Dependencies.mechanism = :load #1704 [c.r.mcgrath@gmail.com]
+
* Fixed Inflector.underscore for use with acronyms, so HTML becomes html instead of htm_l #2173 [k@v2studio.com]
* Fixed dependencies related infinite recursion bug when a controller file does not contain a controller class. Closes #1760. [rcolli2@tampabay.rr.com]