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

Allow to use rust backend for flate2 crate #199

This commit is contained in:
Nikolay Kim
2018-04-24 09:29:15 -07:00
parent bcd03a9c62
commit 2477afcf30
2 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# Changes
## 0.5.5 (2018-04-xx)
## 0.5.5 (2018-04-24)
* Fix panic when Websocket is closed with no error code #191
* Allow to use rust backend for flate2 crate #199
## 0.5.4 (2018-04-19)