aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-07-25 18:15:36 -0300
committerJosé Valim <jose.valim@gmail.com>2010-07-25 23:30:36 +0200
commit9a32af96d1371a9e0ae2c242b8cbcb64ed2f8c95 (patch)
treeff865a81660f6ebbf69a5414e23f6ae842b8fed8 /activesupport/CHANGELOG
parentb0b9bf320409b66c6c6b680371aca590297cd4cc (diff)
downloadrails-9a32af96d1371a9e0ae2c242b8cbcb64ed2f8c95.tar.gz
rails-9a32af96d1371a9e0ae2c242b8cbcb64ed2f8c95.tar.bz2
rails-9a32af96d1371a9e0ae2c242b8cbcb64ed2f8c95.zip
CHANGELOG updated Object#returning removed
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 60586cf99a..8706a2aa0b 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -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