aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-04 16:26:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-04 16:26:55 +0000
commit5cbc062c8ad82271de11ae245d2bdaeffc0c4da7 (patch)
treeeeed940e10ebb0d93924e22ae4e4d6dd7e2100fc /activesupport/CHANGELOG
parented080863d5783b09cdc7aa397d3622e9b2eefc82 (diff)
downloadrails-5cbc062c8ad82271de11ae245d2bdaeffc0c4da7.tar.gz
rails-5cbc062c8ad82271de11ae245d2bdaeffc0c4da7.tar.bz2
rails-5cbc062c8ad82271de11ae245d2bdaeffc0c4da7.zip
Just go with Subclasses instead of OnlySubclasses
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6120f877e5..4b6c3096d3 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -6,9 +6,9 @@
* Remove LoadingModule. [Nicholas Seckar]
-* Add documentation for Reloadable::OnlySubclasses. [Nicholas Seckar]
+* Add documentation for Reloadable::Subclasses. [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]
+* Add Reloadable::Subclasses which handles the common case where a base class should not be reloaded, but its subclasses should be. [Nicholas Seckar]
* Further improvements to reloading code [Nicholas Seckar, Trevor Squires]