From 274a7f2c022b29159c13052f962cdac55500548b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 6 Jun 2022 18:52:42 +0100 Subject: [PATCH] Update CHANGES.md --- actix-web-codegen/CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index c69c0249c..04bbb4de1 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -1,8 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx -### Fixed -- Allow a path as a guard in route handler macro, such as `get`, `post`, as the `actix-web` document says +- Fix support for guard paths in route handler macros. [#2771] + +[#2771] https://github.com/actix/actix-web/pull/2771 + ## 4.0.0 - 2022-02-24 - Version aligned with `actix-web` and will remain in sync going forward.