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

prepare actix-identity release 0.5.2

This commit is contained in:
Rob Ede
2022-07-19 01:33:53 +01:00
parent 1089faaf93
commit 553c2bfb92
3 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,14 @@
# Changes
## Unreleased - 2022-xx-xx
## 0.5.2 - 2022-07-19
- Fix visit deadline. [#263]
[#263]: https://github.com/actix/actix-extras/pull/263
## 0.5.1 - 2022-07-11
- Remove unnecessary dependencies. [#259]