Move awc changelog entry to awc/CHANGES.md

This commit is contained in:
j-brn 2020-10-19 19:27:47 +02:00
parent 1d7019da87
commit 06841e111c
2 changed files with 5 additions and 6 deletions

View File

@ -1,15 +1,10 @@
# Changes # Changes
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
* Implement Logger middleware regex exclude pattern [#1723] * Implement Logger middleware regex exclude pattern [#1723]
[#1723]: https://github.com/actix/actix-web/pull/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 ## 3.1.0 - 2020-09-29
### Changed ### Changed
* Add `TrailingSlash::MergeOnly` behaviour to `NormalizePath`, which allows `NormalizePath` * Add `TrailingSlash::MergeOnly` behaviour to `NormalizePath`, which allows `NormalizePath`

View File

@ -1,6 +1,10 @@
# Changes # Changes
## Unreleased - 2020-xx-xx ## 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 ## 2.0.0 - 2020-09-11