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.2.0

This commit is contained in:
Rob Ede
2023-02-26 03:42:27 +00:00
parent 115701eb86
commit 35006e9cae
6 changed files with 11 additions and 6 deletions

View File

@ -2,6 +2,8 @@
## Unreleased - 2022-xx-xx
## 4.2.0 - 2023-02-26
- Add support for Custom Methods with `#[route]` macro. [#2969]
[#2969]: https://github.com/actix/actix-web/pull/2969