From 90aa578e77e71a9e5c0456e66488a9b0a2eea19b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 28 Mar 2022 23:21:46 +0100 Subject: [PATCH] Update CHANGES.md --- actix-web-codegen/CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index f1f39f92a..63595d923 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -1,7 +1,10 @@ # Changes ## Unreleased - 2021-xx-xx -- Preserve function visibility for routing macros +- Preserve function visibility for routing macros. [#2714] + +[#2714]: https://github.com/actix/actix-web/pull/2714 + ## 4.0.0 - 2022-02-24 - Version aligned with `actix-web` and will remain in sync going forward.