mirror of https://github.com/fafhrd91/actix-web
Add CHANGELOG entries
This commit is contained in:
parent
73f412519d
commit
b8b2364e81
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue