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

prepare actix-web-codegen release 4.1.0

This commit is contained in:
Rob Ede
2022-09-11 16:42:28 +01:00
parent 037740bf62
commit b59a96d9d7
4 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2022-xx-xx
## 4.1.0 - 2022-09-11
- Add `#[routes]` macro to support multiple paths for one handler. [#2718]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.