aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-02-03 20:29:39 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-02-03 20:29:39 +0000
commitad9cabd77c26cf58c7179a19caa9efb7e5e0c831 (patch)
tree4a0269477045a701e55542f4a370525f312e4f47 /activesupport/CHANGELOG
parent05eb14d55a2e336b82a57b57c83fad2b64c9b0f5 (diff)
downloadrails-ad9cabd77c26cf58c7179a19caa9efb7e5e0c831.tar.gz
rails-ad9cabd77c26cf58c7179a19caa9efb7e5e0c831.tar.bz2
rails-ad9cabd77c26cf58c7179a19caa9efb7e5e0c831.zip
Remove LoadingModule
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3526 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 bd001f3196..89ec622abc 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Remove LoadingModule. [Nicholas Seckar]
+
* Add documentation for Reloadable::OnlySubclasses. [Nicholas Seckar]
* Add Reloadable::OnlySubclasses which handles the common case where a base class should not be reloaded, but its subclasses should be. [Nicholas Seckar]