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.6.1

This commit is contained in:
Rob Ede
2022-03-21 00:48:24 +00:00
parent 449abd6081
commit bf41b4cd9c
5 changed files with 16 additions and 13 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx
## 0.6.1 - 2022-03-21
- No significant changes since `0.6.0`.
## 0.6.0 - 2022-03-15
### Added
- `SessionMiddleware`, a middleware to provide support for saving/updating/deleting session state against a pluggable storage backend (see `SessionStore` trait). [#212]