1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-06 15:28:54 +00:00
actix-web/actix-multipart/CHANGES.md
2019-05-18 11:15:58 -07:00

19 lines
No EOL
312 B
Markdown

# Changes
## [0.1.0] - 2019-05-18
* Release
## [0.1.0-beta.4] - 2019-05-12
* Handle cancellation of uploads #834 #736
* Upgrade to actix-web 1.0.0-beta.4
## [0.1.0-beta.1] - 2019-04-21
* Do not support nested multipart
* Split multipart support to separate crate
* Optimize multipart handling #634, #769