aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-06-26 01:30:15 -0700
committerJosé Valim <jose.valim@plataformatec.com.br>2012-06-26 01:30:15 -0700
commitcfd21f01474ca9f0e1650fad321e91bd47547167 (patch)
tree1937557bc2d73cef7a676ddaa39bc01b739a26a5 /activesupport/CHANGELOG.md
parenta5ebf33b8fadb721186c23cb4605f33604c5a91b (diff)
parent88230b7cf77181c2088cce3314493caa9b3ac1fb (diff)
downloadrails-cfd21f01474ca9f0e1650fad321e91bd47547167.tar.gz
rails-cfd21f01474ca9f0e1650fad321e91bd47547167.tar.bz2
rails-cfd21f01474ca9f0e1650fad321e91bd47547167.zip
Merge pull request #6859 from bogdan/deprecate_monkey_patch
AS::Callbacks: deprecate monkey patch code
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 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*