aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authortwinturbo <me@broadcastingadam.com>2012-04-17 22:01:06 +0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-04-28 13:40:30 -0300
commit9608395923899e3f91e0d07ac2ed52efc17bcc40 (patch)
tree59e943f447ffdc89a506718e27453bfe7911eafe /activesupport/CHANGELOG.md
parent76cd1ca08dc31babd7e9e527a8a9c86321ed905a (diff)
downloadrails-9608395923899e3f91e0d07ac2ed52efc17bcc40.tar.gz
rails-9608395923899e3f91e0d07ac2ed52efc17bcc40.tar.bz2
rails-9608395923899e3f91e0d07ac2ed52efc17bcc40.zip
Document #behavior= and update CHANGELOG
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index b6c3e91db8..77fa753ab3 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Add ActiveSupport::Deprecations.behavior = :slience to to completely ignore *twinturbo*
+
* Make Module#delegate stop using `send` - can no longer delegate to private methods. *dasch*
* AS::Callbacks: deprecate `:rescuable` option. *Bogdan Gusiev*