aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-10-19 16:22:41 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-10-23 12:51:05 -0400
commit19fbbebb1665e482d76cae30166b46e74ceafe29 (patch)
treedc5fae987ab5c32b3455eb379f61cd17098ea27b /activesupport/CHANGELOG.md
parentc792354adcbf8c966f274915c605c6713b840548 (diff)
downloadrails-19fbbebb1665e482d76cae30166b46e74ceafe29.tar.gz
rails-19fbbebb1665e482d76cae30166b46e74ceafe29.tar.bz2
rails-19fbbebb1665e482d76cae30166b46e74ceafe29.zip
Remove deprecated `halt_callback_chains_on_return_false` option
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 387eb4cbb3..f57b9ce5ab 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated `halt_callback_chains_on_return_false` option.
+
+ *Rafael Mendonça França*
+
* Remove deprecated `:if` and `:unless` string filter for callbacks.
*Rafael Mendonça França*