From c5c8d21c840a33673b701519a081416b608cdfdf Mon Sep 17 00:00:00 2001 From: Matt Gathu Date: Sun, 13 Sep 2020 10:53:56 +0200 Subject: [PATCH] Update Change log --- CHANGES.md | 3 +++ actix-web-codegen/CHANGES.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 15d3c81ce..68d466e41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx +* Add public constructor for `web::guard::AnyGuard` + +[#1674]: https://github.com/actix/actix-web/pull/1674 ## 3.0.2 - 2020-09-15 diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index 5c0ce828a..793864d43 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -2,8 +2,10 @@ ## Unreleased - 2020-xx-xx * Added compile success and failure testing. [#1677] +* Add `route` macro for supporting multiple HTTP methods guards. [#1677]: https://github.com/actix/actix-web/pull/1677 +[#1674]: https://github.com/actix/actix-web/pull/1674 ## 0.3.0 - 2020-09-11