1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-02 20:54:31 +02:00

feat(limitation): changelog update for scopes

This commit is contained in:
GreeFine
2022-10-05 16:08:45 +02:00
parent f6802bc960
commit 4006a49274

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2022-xx-xx
- Added optional scopes to the middleware enabling use of multiple Limiters by passing an `HashMap<Limiter>` to the Http server `app_data`
## 0.4.0 - 2022-09-10
- Add `Builder::key_by` for setting a custom rate limit key function.