1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

fix expose all headers (#273)

* fix expose all headers

* update changelog
This commit is contained in:
Rob Ede
2022-08-07 21:56:33 +02:00
committed by GitHub
parent bcb8dbe1fc
commit 7c3c9357e0
5 changed files with 21 additions and 14 deletions

View File

@ -2,7 +2,7 @@
## Unreleased - 2022-xx-xx
- Implement `Default` for `RateLimiter`.
- `RateLimiter` can no longer be constructed without `::default()`.
- `RateLimiter` is marked `#[non_exhaustive]`; use `RateLimiter::default()` instead.
## 0.3.0 - 2022-07-11
- `Limiter::builder` now takes an `impl Into<String>`.