Add changelog entry for the `Accept-Content` fix in awc

This commit is contained in:
j-brn 2020-10-19 17:44:31 +02:00
parent cf1018232d
commit c2aeea512d
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
### 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 ## 3.1.0 - 2020-09-29
### Changed ### Changed