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

prepare actix-session release 0.5.0-beta.4

This commit is contained in:
Rob Ede
2021-11-22 23:21:00 +00:00
parent 37532fd1eb
commit 0b4a4eeff6
4 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx
## 0.5.0-beta.4 - 2021-11-22
* No significant changes since `0.5.0-beta.3`.
## 0.5.0-beta.3 - 2021-10-21
* Impl `Clone` for `CookieSession`. [#201]
* Update `actix-web` dependency to v4.0.0-beta.10. [#203]