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

prepare identity release 0.4.0-beta.1

This commit is contained in:
Rob Ede
2021-04-02 11:44:03 +01:00
parent 7ab2b62810
commit bb1cc7443f
3 changed files with 11 additions and 16 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
## 0.4.0-beta.1 - 2020-04-02
* Rename `CookieIdentityPolicy::{max_age => max_age_secs}`. [#168]
* Rename `CookieIdentityPolicy::{max_age_time => max_age}`. [#168]
* Update `actix-web` dependency to 4.0.0 beta.