diff --git a/actix-limitation/CHANGES.md b/actix-limitation/CHANGES.md index 6fc0a163f..9206a1d15 100644 --- a/actix-limitation/CHANGES.md +++ b/actix-limitation/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2022-xx-xx - +- Added optional scopes to the middleware enabling use of multiple Limiters by passing an `HashMap` to the Http server `app_data` ## 0.4.0 - 2022-09-10 - Add `Builder::key_by` for setting a custom rate limit key function.