aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-10-14 15:04:57 +0000
committerJamis Buck <jamis@37signals.com>2005-10-14 15:04:57 +0000
commite2fc88eef49af4ca8e35ae78ce3221c947e168c7 (patch)
treed337f6a9433416781d0a42fe1b5b9fbc0b7a4f87 /activerecord/CHANGELOG
parent86455d31f2ee88c9f476627ee6ebf1b242d962bb (diff)
downloadrails-e2fc88eef49af4ca8e35ae78ce3221c947e168c7.tar.gz
rails-e2fc88eef49af4ca8e35ae78ce3221c947e168c7.tar.bz2
rails-e2fc88eef49af4ca8e35ae78ce3221c947e168c7.zip
Avoid memleak in dev mode with fastcgi
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2584 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 1f39b823c8..227ed7d488 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,6 @@
-*SVN*
+*SVN*
+
+* Avoid memleak in dev mode when using fcgi
* Simplified .clear on active record associations by using the existing delete_records method. #1906 [Caleb <me@cpb.ca>]