mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
CHANGELOG updated Object#returning removed
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
parent
b0b9bf3204
commit
9a32af96d1
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
*Rails 3.0.0 [Release Candidate] (unreleased)*
|
||||
|
||||
* Removed Object#returning, Object#tap should be used instead. [Santiago Pastorino]
|
||||
|
||||
* Deprecation behavior is no longer hardcoded to the name of the environment.
|
||||
Instead, it is set via config.active_support.deprecation and can be one
|
||||
of :log, :stderr or :notify. :notify is a new style that sends the warning
|
||||
|
|
Loading…
Reference in a new issue