update changelog

This commit is contained in:
Rob Ede 2022-06-10 23:08:59 -04:00
parent b35fd4510a
commit 8ba94715f8
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 5 additions and 0 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