From 06841e111c58a30537455fb2e0ba8e72df0ffcfe Mon Sep 17 00:00:00 2001 From: j-brn Date: Mon, 19 Oct 2020 19:27:47 +0200 Subject: [PATCH] Move awc changelog entry to awc/CHANGES.md --- CHANGES.md | 7 +------ awc/CHANGES.md | 4 ++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 70b802987..ea77607c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,10 @@ # Changes ## Unreleased - 2020-xx-xx - * Implement Logger middleware regex exclude pattern [#1723] + [#1723]: https://github.com/actix/actix-web/pull/1723 -### Fixed - -* awc now uses `Accept-Encoding: identity` instead of `Accept-Encoding: br` when no compression feature is enabled -[#1737](https://github.com/actix/actix-web/pull/1737) - ## 3.1.0 - 2020-09-29 ### Changed * Add `TrailingSlash::MergeOnly` behaviour to `NormalizePath`, which allows `NormalizePath` diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 07a469746..3716bc28e 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -1,6 +1,10 @@ # Changes ## Unreleased - 2020-xx-xx +### Fixed +* Use `Accept-Encoding: identity` instead of `Accept-Encoding: br` when no compression feature is enabled [#1737] + +[#1737]: https://github.com/actix/actix-web/pull/1737 ## 2.0.0 - 2020-09-11