aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-11 04:58:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-11 04:58:27 +0000
commit3cf7a0a46037f32b95b5ffb358cb898233d5c5db (patch)
tree7a780b46eedb55daa761296005b163fdeea5f3e4 /activesupport/CHANGELOG
parent4b53e26ef612d870a01e646c45bcc4198ad3bd1a (diff)
downloadrails-3cf7a0a46037f32b95b5ffb358cb898233d5c5db.tar.gz
rails-3cf7a0a46037f32b95b5ffb358cb898233d5c5db.tar.bz2
rails-3cf7a0a46037f32b95b5ffb358cb898233d5c5db.zip
Added Kernel#silence_warnings and puts it into use throughout the framework
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2179 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 c4eed21534..acf9788285 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added Kernel#silence_warnings to turn off warnings temporarily for the passed block
+
* Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net]
* Added easy extendability to the inflector through Inflector.inflections (using the Inflector::Inflections singleton class). Examples: