1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-18 11:38:12 +00:00
actix-web/actix-multipart/CHANGES.md
2019-04-21 15:41:01 -07:00

163 B

Changes

[0.1.0-beta.1] - 2019-04-21

  • Do not support nested multipart

  • Split multipart support to separate crate

  • Optimize multipart handling #634, #769