Update CHANGES

This commit is contained in:
Arthur LE MOIGNE 2021-08-31 10:51:29 +02:00
parent d15ad3a68a
commit 27e87028b4
No known key found for this signature in database
GPG Key ID: 25D15180A1D2E077
2 changed files with 4 additions and 7 deletions

View File

@ -5,13 +5,11 @@
* Re-export actix-service `ServiceFactory` in `dev` module. [#2325]
### Changes
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
* Minimum supported Rust version (MSRV) is now 1.51.
[#2325]: https://github.com/actix/actix-web/pull/2325
### Changed
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
[#2344]: https://github.com/actix/actix-web/pull/2344
## 4.0.0-beta.8 - 2021-06-26
### Added

View File

@ -7,18 +7,17 @@
### Fixed
* Remove slice creation pointing to potential uninitialized data on h1 encoder. [#2364]
* Remove `Into<Error>` bound on `Encoder` body types. [#2375]
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
[#2364]: https://github.com/actix/actix-web/pull/2364
[#2375]: https://github.com/actix/actix-web/pull/2375
[#2344]: https://github.com/actix/actix-web/pull/2344
## 3.0.0-beta.8 - 2021-08-09
### 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
* Change compression algorithm features flags. [#2250]