From 684dcd807b25fec3d77cb79777c719c1eff55f77 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 30 Jan 2023 13:10:11 +0000 Subject: [PATCH] Update CHANGES.md --- actix-web-codegen/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index 40ee414f3..ffa2cd252 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -3,6 +3,8 @@ ## Unreleased - 2022-xx-xx - Add support for Custom Methods with `#[route]` macro. [#2969] +[#2969]: https://github.com/actix/actix-web/pull/2969 + ## 4.1.0 - 2022-09-11 - Add `#[routes]` macro to support multiple paths for one handler. [#2718]