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

prepare actix-limitation release 0.2.0

This commit is contained in:
Rob Ede
2022-03-22 15:36:41 +00:00
parent bf41b4cd9c
commit 5fdc4d8990
4 changed files with 20 additions and 14 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2022-xx-xx
## 0.2.0 - 2022-03-22
- Update Actix Web dependency to v4 ecosystem. [#229]
- Update Tokio dependencies to v1 ecosystem. [#229]
- Rename `Limiter::{build => builder}()`. [#232]