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

add support for session access from guards (#234)

This commit is contained in:
tglman
2022-03-25 18:25:38 +00:00
committed by GitHub
parent 8db1088345
commit 4d77e26e1e
3 changed files with 105 additions and 3 deletions

View File

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