aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-02 11:41:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-02 11:41:24 +0000
commit3135ec40a3304eb79284c4447b0ffc79867f6224 (patch)
treee48cb1b5ae5fdaca6b23b681ad9c7770aaddd248 /activesupport/CHANGELOG
parent1edb807aff0d0f21cdc36447f7d671e10b542946 (diff)
downloadrails-3135ec40a3304eb79284c4447b0ffc79867f6224.tar.gz
rails-3135ec40a3304eb79284c4447b0ffc79867f6224.tar.bz2
rails-3135ec40a3304eb79284c4447b0ffc79867f6224.zip
Added silencing to the default Logger class
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1271 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 13bff74524..e9e3895a69 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Added silencing to the default Logger class
+
+
*1.0.4* (19th April, 2005)
* Fixed that in some circumstances controllers outside of modules may have hidden ones inside modules. For example, admin/content might have been hidden by /content. #1075 [Nicholas Seckar]