From 26c8b41c21d0fe80ec317a3445bcb190e2083f3c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 31 Aug 2021 03:52:55 +0100 Subject: [PATCH] update changelog --- actix-http/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index c5da36a49..63172e56d 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -3,12 +3,13 @@ ## Unreleased - 2021-xx-xx ### Changes * Minimum supported Rust version (MSRV) is now 1.51. -* Remove `Into` bound on `Encoder` body types. ### Fixed * Remove slice creation pointing to potential uninitialized data on h1 encoder. [#2364] +* Remove `Into` bound on `Encoder` body types. [#2375] [#2364]: https://github.com/actix/actix-web/pull/2364 +[#2375]: https://github.com/actix/actix-web/pull/2375 ## 3.0.0-beta.8 - 2021-08-09