mirror of https://github.com/fafhrd91/actix-web
Add changelog entry for the `Accept-Content` fix in awc
This commit is contained in:
parent
cf1018232d
commit
c2aeea512d
|
@ -2,6 +2,10 @@
|
|||
|
||||
## 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
|
||||
### Changed
|
||||
|
|
Loading…
Reference in New Issue