1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Add helper trait UserSession which allows to get session for ServiceRequest and HttpRequest

This commit is contained in:
Nikolay Kim
2019-04-28 09:08:51 -07:00
parent 70a4c36496
commit ffd2c04cd3
2 changed files with 35 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.0-beta.2] - 2019-04-28
* Add helper trait `UserSession` which allows to get session for ServiceRequest and HttpRequest
## [0.1.0-beta.1] - 2019-04-20
* Update actix-web to beta.1