1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 05:41:50 +01:00

add session borrow fix to changes

This commit is contained in:
Alex Whitney 2018-02-28 19:51:14 +00:00
parent 313396d9b5
commit bb68f9dd90

View File

@ -1,5 +1,10 @@
# Changes # Changes
## 0.4.1 (2018-03-xx)
* Fix Session mutable borrow lifetime
## 0.4.0 (2018-02-28) ## 0.4.0 (2018-02-28)
* Actix 0.5 compatibility * Actix 0.5 compatibility