Add CHANGELOG entries

This commit is contained in:
Arthur LE MOIGNE 2021-07-23 20:05:59 +02:00
parent 73f412519d
commit b8b2364e81
No known key found for this signature in database
GPG Key ID: 25D15180A1D2E077
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,9 @@
[#2325]: https://github.com/actix/actix-web/pull/2325
### Changed
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
## 4.0.0-beta.8 - 2021-06-26
### Added

View File

@ -16,6 +16,8 @@
### Fixed
* Potential HTTP request smuggling vulnerabilities. [RUSTSEC-2021-0081](https://github.com/rustsec/advisory-db/pull/977)
### Changed
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
## 3.0.0-beta.8 - 2021-06-26
### Changed