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

chore(actix-identity): prepare release 0.7.1

This commit is contained in:
Rob Ede
2024-03-02 18:32:58 +00:00
parent 9112cf9f23
commit 74c8545363
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.7.1
- Add `IdentityMiddlewareBuilder::{id_key, last_visit_unix_timestamp_key, login_unix_timestamp_key}()` methods for customizing keys used in session. Defaults remain the same as before.
## 0.7.0
- Update `actix-session` dependency to `0.9`.