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

prepare actix-web release 4.3.1

This commit is contained in:
Rob Ede
2023-02-26 03:44:34 +00:00
parent 35006e9cae
commit e35ec28cd2
4 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
## 4.2.0 - 2023-02-26
- Add support for Custom Methods with `#[route]` macro. [#2969]
- Add support for custom methods with the `#[route]` macro. [#2969]
[#2969]: https://github.com/actix/actix-web/pull/2969