From 0efafe03979de1b0f761437c5f94fb9eab46cb63 Mon Sep 17 00:00:00 2001 From: Cobalt Date: Tue, 29 Mar 2022 00:19:59 +0200 Subject: [PATCH] chore: Add changelog entry for PR --- actix-web-codegen/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-codegen/CHANGES.md b/actix-web-codegen/CHANGES.md index 8ee787c0a..f1f39f92a 100644 --- a/actix-web-codegen/CHANGES.md +++ b/actix-web-codegen/CHANGES.md @@ -1,7 +1,7 @@ # Changes ## Unreleased - 2021-xx-xx - +- Preserve function visibility for routing macros ## 4.0.0 - 2022-02-24 - Version aligned with `actix-web` and will remain in sync going forward.