Update CHANGES.md

This commit is contained in:
Rob Ede 2022-09-19 18:44:31 +01:00 committed by GitHub
parent 762f7545f5
commit 5345230ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
- Fix typo in error string in `Deserializer::deserialize_i32` implementation for `Value`. [#2876]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
[#2876]: https://github.com/actix/actix-web/pull/2876
## 0.5.0 - 2022-02-22
### Added