1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

docs: update session dependants changelogs

This commit is contained in:
Rob Ede 2024-08-07 01:05:57 +01:00
parent d10b71fe06
commit 0c0d13be12
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Update `actix-session` dependency to `0.10`.
## 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.

View File

@ -3,6 +3,7 @@
## Unreleased
- Update `redis` dependency to `0.26`.
- Update `actix-session` dependency to `0.9`.
## 0.5.1