diff options
author | Ali Ibrahim <aibrahim2k2@gmail.com> | 2019-03-22 15:13:58 -0400 |
---|---|---|
committer | Ali Ibrahim <aibrahim2k2@gmail.com> | 2019-03-22 15:13:58 -0400 |
commit | b64cb9745217128086c9068c5964e3ea7b726e3c (patch) | |
tree | c524077adba4b878795a373deebc6be398d592c5 /activesupport | |
parent | 4c8a333ac1278ec49cc78097b1c64d00338c01f2 (diff) | |
download | rails-b64cb9745217128086c9068c5964e3ea7b726e3c.tar.gz rails-b64cb9745217128086c9068c5964e3ea7b726e3c.tar.bz2 rails-b64cb9745217128086c9068c5964e3ea7b726e3c.zip |
Fix AS CHANGELOG typo
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 3d63420efd..03c9dfc546 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -* Update `ActiveSupport::Notifications::Instrumenter#instrument to make +* Update `ActiveSupport::Notifications::Instrumenter#instrument` to make passing a block optional. This will let users use `ActiveSupport::Notifications` messaging features outside of instrumentation. |