From 3540559bf8866af4ad4573712c099737b767ab5d Mon Sep 17 00:00:00 2001 From: Alexandre Bouthinon Date: Thu, 12 Jan 2023 00:06:30 +0100 Subject: [PATCH] Update actix-web-codegen changelog --- actix-web-codegen/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index cb37bfdb0..dad8f73ee 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2022-xx-xx - +- Add support for all the IANA registered HTTP methods. [#2963] ## 4.1.0 - 2022-09-11 - Add `#[routes]` macro to support multiple paths for one handler. [#2718]