aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorzvkemp <zvkemp@gmail.com>2019-02-07 11:58:50 -0800
committerzvkemp <zvkemp@gmail.com>2019-02-11 16:04:25 -0800
commit94f8e8c8f73b7034a9cc3e7f6bf040350aa9701f (patch)
tree3485dfb7b565555445cd44865f9074dfef233b6d /activesupport/CHANGELOG.md
parentb67d5c6dedbf033515a96a95d24d085bf99a0d07 (diff)
downloadrails-94f8e8c8f73b7034a9cc3e7f6bf040350aa9701f.tar.gz
rails-94f8e8c8f73b7034a9cc3e7f6bf040350aa9701f.tar.bz2
rails-94f8e8c8f73b7034a9cc3e7f6bf040350aa9701f.zip
use a proxy matcher for AS::N fanout
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 2da774ca66..d77fa3c864 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Revise `ActiveSupport::Notifications.unsubscribe` to correctly handle Regex or other multiple-pattern subscribers.
+
+ *Zach Kemp*
+
* Add `before_reset` callback to `CurrentAttributes` and define `after_reset` as an alias of `resets` for symmetry.
*Rosa Gutierrez*