1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

prepare actix-session release 0.5.0-beta.3

This commit is contained in:
Rob Ede
2021-10-21 17:37:00 +01:00
parent 5d82b4e1e2
commit c6edb2a48a
6 changed files with 19 additions and 16 deletions

View File

@ -1,22 +1,22 @@
# Changes
## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx
* Update `actix-web` dependency to v4.0.0-beta.10. [#203]
* Minimum supported Rust version (MSRV) is now 1.52.
[#203]: https://github.com/actix/actix-extras/pull/203
## 0.10.0-beta.2 - 2020-06-27
## 0.10.0-beta.2 - 2021-06-27
* No notable changes.
## 0.10.0-beta.1 - 2020-04-02
## 0.10.0-beta.1 - 2021-04-02
* Update `actix-web` dependency to 4.0.0 beta.
* Minimum supported Rust version (MSRV) is now 1.46.0.
## 0.9.2 - 2020-03-21
## 0.9.2 - 2021-03-21
* Implement `std::error::Error` for `Error` [#135]
* Allow the removal of `Max-Age` for session-only cookies. [#161]