From 056a68e141f1fc38fe969d01ac340dd71c9c81b6 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 5 Jan 2022 05:14:04 +0000 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 09723b7e2..ec09de2ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,13 +2,13 @@ ## Unreleased - 2021-xx-xx ### Added -- `GuardContext::header` [#????] +- `GuardContext::header` [#2569] ### Changed - `HttpResponse` can now be used as a `Responder` with any body type. [#2567] [#2567]: https://github.com/actix/actix-web/pull/2567 -[#????]: https://github.com/actix/actix-web/pull/???? +[#2569]: https://github.com/actix/actix-web/pull/2569 ## 4.0.0-beta.19 - 2022-01-04