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

prepare actix-session release 0.7.2

This commit is contained in:
Rob Ede
2022-09-11 21:13:20 +01:00
parent eb3660a772
commit 339b81e843
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 0.7.2 - 2022-09-11
- Set SameSite attribute when adding a session removal cookie. [#284]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.