update changelog

This commit is contained in:
Rob Ede 2021-11-17 17:42:45 +00:00
parent da9aca08a7
commit 59df857a0c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,14 @@
# Changes # Changes
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
* Ensure the Content-Disposition header is included in every part of a multipart message. [#????] * Ensure a correct Content-Disposition header is included in every part of a multipart message. [#2451]
* Added `MultipartError::NoContentDisposition` variant. [#2451]
* Since Content-Disposition is now ensured, `Field::content_disposition` is now infallible. [#2451]
* Added `Field::name` method for getting the field name. [#2451]
* `MultipartError` now marks variants with inner errors as the source. [#2451]
* `MultipartError` is now marked as non-exhaustive. [#2451]
[#????]: https://github.com/actix/actix-web/pull/???? [#2451]: https://github.com/actix/actix-web/pull/2451
## 0.4.0-beta.7 - 2021-10-20 ## 0.4.0-beta.7 - 2021-10-20