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

prep actix-http release

This commit is contained in:
Nikolay Kim
2019-05-29 16:15:12 -07:00
parent fe781345d5
commit 21418c7414
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.2.2] - 2019-05-29
### Fixed
* Parse incoming stream before closing stream on disconnect #868
## [0.2.1] - 2019-05-25
### Fixed