mirror of https://github.com/fafhrd91/actix-web
Move awc changelog entry to awc/CHANGES.md
This commit is contained in:
parent
1d7019da87
commit
06841e111c
|
@ -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`
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue