actix-multipart: Update changes for boundary fix

This commit is contained in:
Alexander Larsson 2019-12-09 10:23:46 +01:00
parent 40982d91bb
commit dbdc3198ce
1 changed files with 4 additions and 0 deletions

View File

@ -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`