Update CHANGES.md

This commit is contained in:
Rob Ede 2022-08-18 01:07:37 +01:00 committed by GitHub
parent a73d885db7
commit 7f71bfc11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
### Fixed ### Fixed
- Fixed handling of redirection requests that begin with `//`. [#XXXX] - Fixed handling of redirection requests that begin with `//`. [#2840]
[#2840]: https://github.com/actix/actix-web/pull/2840
## 3.0.0 - 2022-03-07 ## 3.0.0 - 2022-03-07
### Dependencies ### Dependencies