aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-04-30 09:11:11 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-04-30 09:11:11 -0300
commit01414424b1865661eac21ba25b88f5bf845bea34 (patch)
treee999d0b6a8cc3a81c2c5ab9f06f339d91f07feef /activesupport/CHANGELOG.md
parent0501a07c5e053c24304ea70201abaa2510eb7fc2 (diff)
downloadrails-01414424b1865661eac21ba25b88f5bf845bea34.tar.gz
rails-01414424b1865661eac21ba25b88f5bf845bea34.tar.bz2
rails-01414424b1865661eac21ba25b88f5bf845bea34.zip
Improve changelog of new :silence deprecation behavior
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index b4fbb65741..d32c0f3aed 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -2,7 +2,7 @@
* Inflector no longer applies ice -> ouse to words like slice, police, ets *Wes Morgan*
-* Add `ActiveSupport::Deprecations.behavior = :silence` to completely ignore *twinturbo*
+* Add `ActiveSupport::Deprecations.behavior = :silence` to completely ignore Rails runtime deprecations *twinturbo*
* Make Module#delegate stop using `send` - can no longer delegate to private methods. *dasch*