aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@github.com>2019-02-11 17:42:17 -0800
committerGitHub <noreply@github.com>2019-02-11 17:42:17 -0800
commit87a5b5d023cf785d89cf0abd3e78e3084b6af02d (patch)
tree2e01b11de9ba371280d370e0eca6436bde74982f /activesupport/CHANGELOG.md
parent819b06f494d2b934b3124808526debe0aa81b57a (diff)
parent94f8e8c8f73b7034a9cc3e7f6bf040350aa9701f (diff)
downloadrails-87a5b5d023cf785d89cf0abd3e78e3084b6af02d.tar.gz
rails-87a5b5d023cf785d89cf0abd3e78e3084b6af02d.tar.bz2
rails-87a5b5d023cf785d89cf0abd3e78e3084b6af02d.zip
Merge pull request #32861 from zvkemp/asn-unsubscribe-proxy
use ProxyPattern to match for ActiveSupport::Notifications fanout/unsubscribe
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 7002474b8d..8bb531f1b8 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*