diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-04-30 09:11:11 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-04-30 09:11:11 -0300 |
commit | 01414424b1865661eac21ba25b88f5bf845bea34 (patch) | |
tree | e999d0b6a8cc3a81c2c5ab9f06f339d91f07feef | |
parent | 0501a07c5e053c24304ea70201abaa2510eb7fc2 (diff) | |
download | rails-01414424b1865661eac21ba25b88f5bf845bea34.tar.gz rails-01414424b1865661eac21ba25b88f5bf845bea34.tar.bz2 rails-01414424b1865661eac21ba25b88f5bf845bea34.zip |
Improve changelog of new :silence deprecation behavior
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
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* |