aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-08-14 18:15:44 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-08-14 18:15:44 +0000
commit30fa7053be89de6a4615788862e052be925342c2 (patch)
tree1e53ff64597c9c501497d6cc5ee5c257ce51105a /activesupport/CHANGELOG
parent2ac4839050f28d78f49d073f0d24dc29dd3e0244 (diff)
downloadrails-30fa7053be89de6a4615788862e052be925342c2.tar.gz
rails-30fa7053be89de6a4615788862e052be925342c2.tar.bz2
rails-30fa7053be89de6a4615788862e052be925342c2.zip
Add silencing to deprecations; avoid self-scolding.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4760 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 715315deb2..48bcd264c5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add Deprecation.silence so that Reloadable does not scold itself. [Nicholas Seckar]
+
* Add debugging logging to Dependencies. Currently can be enabled with Dependencies.log_activity = true; adding to Initializer and documenting is forthcoming. [Nicholas Seckar]
* Replace Reloadable with improvements to the Dependencies mechanism. [Nicholas Seckar]