changelog

This commit is contained in:
Ali MJ Al-Nasrawy 2021-11-25 21:44:19 +03:00
parent 83dccb788a
commit 595d1a4a46
1 changed files with 2 additions and 0 deletions

View File

@ -10,8 +10,10 @@
* 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]
* Polling `Field` after dropping `Multipart` now fails immediately instead of hanging forever. [#2463]
[#2451]: https://github.com/actix/actix-web/pull/2451
[#2463]: https://github.com/actix/actix-web/pull/2463
## 0.4.0-beta.7 - 2021-10-20