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

chore(actix-multipart): prepare release 0.7.0

This commit is contained in:
Rob Ede
2024-07-07 00:05:53 +01:00
parent 6ae131ce29
commit 01d60f3315
4 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 0.7.0
- Add `MultipartError::ContentTypeIncompatible` variant.
- Add `MultipartError::ContentDispositionNameMissing` variant.
- Add `Field::bytes()` method.