mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
update http changelog
This commit is contained in:
parent
e7cae5a95b
commit
3c7ccf5521
@ -1,6 +1,10 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
### Changed
|
||||||
|
- Brotli (de)compression support is now provided by the `brotli` crate. [#2538]
|
||||||
|
|
||||||
|
[#2538]: https://github.com/actix/actix-web/pull/2538
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0-beta.18 - 2022-01-04
|
## 3.0.0-beta.18 - 2022-01-04
|
||||||
@ -15,8 +19,8 @@
|
|||||||
- `Quality::MIN` is now the smallest non-zero value. [#2501]
|
- `Quality::MIN` is now the smallest non-zero value. [#2501]
|
||||||
- `QualityItem::min` semantics changed with `QualityItem::MIN`. [#2501]
|
- `QualityItem::min` semantics changed with `QualityItem::MIN`. [#2501]
|
||||||
- Rename `ContentEncoding::{Br => Brotli}`. [#2501]
|
- Rename `ContentEncoding::{Br => Brotli}`. [#2501]
|
||||||
- Minimum supported Rust version (MSRV) is now 1.54.
|
|
||||||
- Rename `header::EntityTag::{weak => new_weak, strong => new_strong}`. [#2565]
|
- Rename `header::EntityTag::{weak => new_weak, strong => new_strong}`. [#2565]
|
||||||
|
- Minimum supported Rust version (MSRV) is now 1.54.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- `ContentEncoding::Identity` can now be parsed from a string. [#2501]
|
- `ContentEncoding::Identity` can now be parsed from a string. [#2501]
|
||||||
|
Loading…
Reference in New Issue
Block a user