From 5cbc062c8ad82271de11ae245d2bdaeffc0c4da7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 4 Feb 2006 16:26:55 +0000 Subject: Just go with Subclasses instead of OnlySubclasses git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/CHANGELOG') 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] -- cgit v1.2.3