1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-23 01:51:11 +00: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
## 0.4.1 (2018-03-xx)
* Fix Session mutable borrow lifetime
## 0.4.0 (2018-02-28)
* Actix 0.5 compatibility