From 595d1a4a46c5297b3227efb8924e39f394d70312 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Thu, 25 Nov 2021 21:44:19 +0300 Subject: [PATCH] changelog --- actix-multipart/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-multipart/CHANGES.md b/actix-multipart/CHANGES.md index 1ef4aab3f57..deb99987863 100644 --- a/actix-multipart/CHANGES.md +++ b/actix-multipart/CHANGES.md @@ -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