mirror of https://github.com/fafhrd91/actix-web
actix-multipart: Update changes for boundary fix
This commit is contained in:
parent
40982d91bb
commit
dbdc3198ce
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [2.0.0-alpha.4] - 2019-12-xx
|
||||||
|
|
||||||
|
* Multipart handling now handles Pending during read of boundary #1205
|
||||||
|
|
||||||
## [0.2.0-alpha.2] - 2019-12-03
|
## [0.2.0-alpha.2] - 2019-12-03
|
||||||
|
|
||||||
* Migrate to `std::future`
|
* Migrate to `std::future`
|
||||||
|
|
Loading…
Reference in New Issue