From 6ede7a2a168c75fa843b409c2064597917c5b5dd Mon Sep 17 00:00:00 2001 From: Brock Elmore Date: Fri, 5 Nov 2021 09:51:59 -0400 Subject: [PATCH] changes fix --- CHANGES.md | 2 +- actix-test/CHANGES.md | 3 ++- actix-web-actors/CHANGES.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3be41d468..f28b506ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## Unreleased - 2021-xx-xx ### Changed * `ContentType::html` now returns `Content-Type: text/html; charset=utf-8` instead of `Content-Type: text/html`. - +* Updated `actix-codec` to v0.4.1 [#2436] ## 4.0.0-beta.10 - 2021-10-20 ### Added diff --git a/actix-test/CHANGES.md b/actix-test/CHANGES.md index 070892581..12181b477 100644 --- a/actix-test/CHANGES.md +++ b/actix-test/CHANGES.md @@ -1,7 +1,8 @@ # Changes ## Unreleased - 2021-xx-xx - +* Updated `actix-codec` to v0.4.1 +[#2436]: https://github.com/actix/actix-web/pull/2436 ## 0.1.0-beta.5 - 2021-10-20 * Updated rustls to v0.20. [#2414] diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index e3693f0f6..f1b90751f 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -2,7 +2,8 @@ ## Unreleased - 2021-xx-xx * Minimum supported Rust version (MSRV) is now 1.52. - +* Updated `actix-codec` to v0.4.1 +[#2436]: https://github.com/actix/actix-web/pull/2436 ## 4.0.0-beta.7 - 2021-09-09 * Minimum supported Rust version (MSRV) is now 1.51.