1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

implement extractor for Session

This commit is contained in:
Nikolay Kim
2018-05-16 21:02:51 -07:00
parent fe2b50a9ef
commit b4252f8fd1
2 changed files with 48 additions and 14 deletions

View File

@ -1,11 +1,13 @@
# Changes
## 0.6.6 (2018-05-16)
## 0.6.6 (2018-05-17)
* Panic during middleware execution #226
* Add support for listen_tls/listen_ssl #224
* Implement extractor for `Session`
## 0.6.5 (2018-05-15)