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

revert broken fix in #2624 (#2779)

* revert broken fix in #2624

* update changelog
This commit is contained in:
Rob Ede
2022-06-11 13:43:13 +01:00
committed by GitHub
parent 498fb954b3
commit 264a703d94
3 changed files with 12 additions and 69 deletions

View File

@ -4,6 +4,11 @@
### Changed
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
### Fixed
- Revert broken fix in [#2624] that caused erroneous 500 error responses. Temporarily re-introduces [#2357] bug. [#2779]
[#2779]: https://github.com/actix/actix-web/issues/2779
## 3.0.4 - 2022-03-09
### Fixed