From fb8ae84dd094f0fd9261c6208f9dd17da94abc59 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 20 Jan 2023 23:39:20 +0000 Subject: [PATCH] fix changelog --- actix-http/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index e357d1b7b..4f765e28b 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -7,7 +7,7 @@ - Implement `MessageBody` for `Pin` where `B::Target: MessageBody`. [#2868] - Automatic h2c detection via new service finalizer `HttpService::tcp_auto_h2c()`. [#2957] - `HeaderMap::retain()` [#2955]. -- Header name constants in `header` module. [#2956] [#????] +- Header name constants in `header` module. [#2956] [#2968] - `CACHE_STATUS` - `CDN_CACHE_CONTROL` - `CROSS_ORIGIN_EMBEDDER_POLICY` @@ -26,7 +26,7 @@ [#2957]: https://github.com/actix/actix-web/pull/2957 [#2955]: https://github.com/actix/actix-web/pull/2955 [#2956]: https://github.com/actix/actix-web/pull/2956 -[#????]: https://github.com/actix/actix-web/pull/???? +[#2968]: https://github.com/actix/actix-web/pull/2968 ## 3.2.2 - 2022-09-11