1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

prepare actix-multipart release 0.6.0

This commit is contained in:
Rob Ede
2023-02-26 21:44:57 +00:00
parent 740d0c0c9d
commit c4db9a1ae2
4 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
## Unreleased - 2022-xx-xx
## 0.6.0 - 2023-02-26
- Added `MultipartForm` typed data extractor. [#2883]
[#2883]: https://github.com/actix/actix-web/pull/2883