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

Implement Clone for CookieSession. (#201)

This commit is contained in:
Luca Palmieri
2021-10-18 13:03:14 +01:00
committed by GitHub
parent a08b96529f
commit d0f2075ce9
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Impl `Clone` for `CookieSession`. [#201]
[#201]: https://github.com/actix/actix-extras/pull/201
## 0.5.0-beta.2 - 2020-06-27