From 2430ea9d9ef7e10885c0cac7ab17e6d5c86b2f01 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Tue, 26 Jan 2021 23:02:43 +0800 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 f1dbf8e5f..7c6543d49 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -2,8 +2,10 @@ ## Unreleased - 2021-xx-xx * Preserve doc comments when using route macros. [#2022] +* Add `name` attribute to `route` macro. [#1934] [#2022]: https://github.com/actix/actix-web/pull/2022 +[#1934]: https://github.com/actix/actix-web/pull/1934 ## 0.5.0-beta.1 - 2021-02-10