aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-02-04 04:50:53 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-02-04 04:50:53 +0000
commit1aaeb2113b64c9e5a26d7e4a24e868899b89f614 (patch)
tree22823a250c412da5b4a034b951d692ab63c88f8a /activesupport/CHANGELOG
parent62aa0603b79965c4f48711bc2adf033551be2439 (diff)
downloadrails-1aaeb2113b64c9e5a26d7e4a24e868899b89f614.tar.gz
rails-1aaeb2113b64c9e5a26d7e4a24e868899b89f614.tar.bz2
rails-1aaeb2113b64c9e5a26d7e4a24e868899b89f614.zip
Fix Reloadable to handle the case where a class that has been 'removed' has not yet been garbage collected.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3528 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 7c92daf5ae..6120f877e5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Reloadable to handle the case where a class that has been 'removed' has not yet been garbage collected. [Nicholas Seckar]
+
* Don't allow Reloadable to be included into Modules.
* Remove LoadingModule. [Nicholas Seckar]