From 74f14a906ebdc18b0362d5c4b665361dda8c0d34 Mon Sep 17 00:00:00 2001 From: citreae535 <81646018+citreae535@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:23:00 +0800 Subject: [PATCH] Revert CHANGES.md --- actix-http-test/CHANGES.md | 1 - actix-http/CHANGES.md | 2 -- awc/CHANGES.md | 1 - 3 files changed, 4 deletions(-) diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index 24670dd88..028fe3ddc 100644 --- a/actix-http-test/CHANGES.md +++ b/actix-http-test/CHANGES.md @@ -2,7 +2,6 @@ ## Unreleased - 2022-xx-xx - Minimum supported Rust version (MSRV) is now 1.59. -- Update `base64` to `0.21`. ## 3.0.0 - 2022-07-24 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a4940a414..e962a2462 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -15,8 +15,6 @@ - `X_FORWARDED_HOST` - `X_FORWARDED_PROTO` -### Changed -- Update `base64` to 0.21. ### Performance - Improve overall performance of operations on `Extensions`. [#2890] diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 50134ec3c..7892d9339 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -3,7 +3,6 @@ ## Unreleased - 2022-xx-xx ### Changed - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. -- Update `base64` to `0.21`. ## 3.0.1 - 2022-08-25