update actix-router changelog for #2876

This commit is contained in:
Torin Cooper-Bennun 2022-09-15 20:53:32 +01:00 committed by GitHub
parent 97b2fc2b18
commit 762f7545f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2022-xx-xx
- 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.