diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
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] |