From a1a9db15acc9369206e79bda0c42ea3e2a8137c9 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 30 Aug 2021 20:28:15 +0100 Subject: [PATCH] add changelog entry --- actix-web-codegen/CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index a8a901f72..4fd393b4d 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx +* In routing macros, paths are now validated at compile time. [#2350] + +[#2350]: https://github.com/actix/actix-web/pull/2350 ## 0.5.0-beta.3 - 2021-06-17