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