Merge pull request #423 from ishigo974/patch-1

Fix typo in CHANGELOG.md
This commit is contained in:
Gonzalo Rodriguez 2019-07-16 10:59:53 -03:00 committed by GitHub
commit 7592b99886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Changed `ActiveSupport::Notifications` event naming to comply with the recommneded format.
- Changed `ActiveSupport::Notifications` event naming to comply with the recommended format.
- Changed `ActiveSupport::Notifications` event so that the 5th yielded argument to the `#subscribe` method is now a
`Hash` instead of a `Rack::Attack::Request`, to comply with `ActiveSupport`s spec. The original request object is
still accessible, being the value of the hash's `:request` key.