mirror of https://github.com/fafhrd91/actix-web
changelog
This commit is contained in:
parent
83dccb788a
commit
595d1a4a46
|
@ -10,8 +10,10 @@
|
||||||
* Added `Field::name` method for getting the field name. [#2451]
|
* Added `Field::name` method for getting the field name. [#2451]
|
||||||
* `MultipartError` now marks variants with inner errors as the source. [#2451]
|
* `MultipartError` now marks variants with inner errors as the source. [#2451]
|
||||||
* `MultipartError` is now marked as non-exhaustive. [#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
|
[#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
|
## 0.4.0-beta.7 - 2021-10-20
|
||||||
|
|
Loading…
Reference in New Issue