aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2010-09-01 14:12:06 +0100
committerXavier Noria <fxn@hashref.com>2010-09-01 22:32:41 +0200
commitf1966337fa744a1c62054120693072ebabe996a8 (patch)
tree4d5625e90ff2126d77e76916b203ff1c6278cb89 /activesupport/CHANGELOG
parent2ce57fd0d9e2c1c1f787a0874f5292d5b2e9e539 (diff)
downloadrails-f1966337fa744a1c62054120693072ebabe996a8.tar.gz
rails-f1966337fa744a1c62054120693072ebabe996a8.tar.bz2
rails-f1966337fa744a1c62054120693072ebabe996a8.zip
Add before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants!
Signed-off-by: Xavier Noria <fxn@hashref.com>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 84cdc22e40..383cdbb52f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,6 +1,6 @@
*Rails 3.1.0 (unreleased)*
-* No changes
+* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
*Rails 3.0.0 (August 29, 2010)*