1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-12 21:04:05 +00:00

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

View file

@ -1,5 +1,9 @@
# 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
* Migrate to `std::future`