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

session, redis, and httpauth pre-v4 releases (#162)

This commit is contained in:
Rob Ede
2021-03-21 09:38:29 +00:00
committed by GitHub
parent 8d635f71fb
commit 5a72dd33d5
18 changed files with 113 additions and 159 deletions

View File

@ -1,9 +1,12 @@
# Changes
## Unreleased - 2020-xx-xx
## 0.5.1 - 2020-03-21
* Correct error handling when extracting auth details from request. [#128]
[#128]: https://github.com/actix/actix-web-httpauth/pull/128
[#128]: https://github.com/actix/actix-extras/pull/128
## 0.5.0 - 2020-09-11