From 4006a49274ddc04b407a626914be91658277b5e8 Mon Sep 17 00:00:00 2001 From: GreeFine Date: Wed, 5 Oct 2022 16:08:45 +0200 Subject: [PATCH] feat(limitation): changelog update for scopes --- actix-limitation/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.