aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2019-03-22 14:02:38 -0400
committerGitHub <noreply@github.com>2019-03-22 14:02:38 -0400
commit75f19b5deb02410ea41a934d3bc822cec106fa6c (patch)
tree25de7f6604622c82d66d5016a510a96fc769ef2a /activesupport/CHANGELOG.md
parentf40860800c231ecd1daef6cf6b5a8a8eda76478d (diff)
parent7237c7be74b09cd951ff000afb4087313e5c0025 (diff)
downloadrails-75f19b5deb02410ea41a934d3bc822cec106fa6c.tar.gz
rails-75f19b5deb02410ea41a934d3bc822cec106fa6c.tar.bz2
rails-75f19b5deb02410ea41a934d3bc822cec106fa6c.zip
Merge pull request #35705 from alimi/instrumenter-block-optional
Update AS::Notifications::Instrumenter#instrument
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 63e2e44597..3d63420efd 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Update `ActiveSupport::Notifications::Instrumenter#instrument to make
+ passing a block optional. This will let users use
+ `ActiveSupport::Notifications` messaging features outside of
+ instrumentation.
+
+ *Ali Ibrahim*
+
* Fix `Time#advance` to work with dates before 1001-03-07
Before: