chore: update CHANGES

This commit is contained in:
Juan Aguilar Santillana 2024-12-02 13:27:10 +01:00
parent 8a3c4f9025
commit 8fb825e3d7
4 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,8 @@
## Unreleased ## Unreleased
- Minimum supported Rust version (MSRV) is now 1.72. - Minimum supported Rust version (MSRV) is now 1.72.
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
## 3.2.0 ## 3.2.0

View File

@ -5,6 +5,8 @@
### Added ### Added
- Add `header::CLEAR_SITE_DATA` constant. - Add `header::CLEAR_SITE_DATA` constant.
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
### Changed ### Changed

View File

@ -2,6 +2,9 @@
## Unreleased ## Unreleased
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
## 0.5.3 ## 0.5.3
- Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size. - Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size.

View File

@ -5,6 +5,8 @@
- Update `brotli` dependency to `7`. - Update `brotli` dependency to `7`.
- Prevent panics on connection pool drop when Tokio runtime is shutdown early. - Prevent panics on connection pool drop when Tokio runtime is shutdown early.
- Minimum supported Rust version (MSRV) is now 1.75. - Minimum supported Rust version (MSRV) is now 1.75.
- Update `h2` to `0.4.7`
- Update `http` to `1.1.0`
## 3.5.1 ## 3.5.1