From 88230b7cf77181c2088cce3314493caa9b3ac1fb Mon Sep 17 00:00:00 2001 From: Bogdan Gusiev Date: Sun, 24 Jun 2012 10:30:34 +0300 Subject: AS::Callbacks: deprecate monkey patch code Deprecate usage of filter object with #before and #after methods as around callback --- activesupport/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 00fcfe2001..87b956e3fc 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* AS::Callbacks: deprecate usage of filter object with `#before` and `#after` methods as `around` callback. *Bogdan Gusiev* + * Add `Time#prev_quarter' and 'Time#next_quarter' short-hands for months_ago(3) and months_since(3). *SungHee Kang* * Remove obsolete and unused `require_association` method from dependencies. *fxn* -- cgit v1.2.3