1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-02 08:12:02 +00:00

update changes

This commit is contained in:
Nikolay Kim 2018-03-03 09:29:36 -08:00
parent 83fcdfd91f
commit 16afeda79c

View file

@ -1,5 +1,12 @@
# Changes
## 0.4.3 (2018-03-xx)
* Fix request body read bug
* Set reuse address before bind #90
## 0.4.2 (2018-03-02)
* Better naming for websockets implementation