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

Fix panic on unknown content encoding

This commit is contained in:
Nikolay Kim
2018-03-11 14:50:13 -07:00
parent fee1e255ac
commit 31fbbd3168
4 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,9 @@
# Changes
## 0.4.7 (2018-03-xx)
* Fix panic on unknown content encoding
## 0.4.6 (2018-03-10)
* Fix client cookie handling