mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
docs: update v6.0.0 changelog
This commit is contained in:
parent
bd9fc930d4
commit
39337d416e
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ 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 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.
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue