From 39337d416e392376bf197fa49e65c0ac52843f40 Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Thu, 23 May 2019 16:20:56 -0300 Subject: [PATCH] docs: update v6.0.0 changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 555d05d..ce6d683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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