1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Kirill Nikitin 2012-04-30 03:03:59 +04:00
parent 3de6a75d3f
commit c6e0bc600b

View file

@ -1,6 +1,6 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##
* Add ActiveSupport::Deprecations.behavior = :slience to completely ignore *twinturbo* * Add `ActiveSupport::Deprecations.behavior = :silence` to completely ignore *twinturbo*
* Make Module#delegate stop using `send` - can no longer delegate to private methods. *dasch* * Make Module#delegate stop using `send` - can no longer delegate to private methods. *dasch*