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

[actix-session] Opaque 500s (#236)

This commit is contained in:
Luca Palmieri
2022-03-25 18:10:38 +00:00
committed by GitHub
parent ac821e65b1
commit 8db1088345
3 changed files with 101 additions and 2 deletions

View File

@ -1,7 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
### Fixed
- Do not leak internal implementation details to callers when errors occur. [#236]
[#236]: https://github.com/actix/actix-extras/pull/236
## 0.6.1 - 2022-03-21
- No significant changes since `0.6.0`.