diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index 4d133e3ec..ff805da52 100644 --- a/actix-http-test/CHANGES.md +++ b/actix-http-test/CHANGES.md @@ -3,6 +3,8 @@ ## Unreleased - Minimum supported Rust version (MSRV) is now 1.72. +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` ## 3.2.0 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 982add26a..fc42ac659 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -5,6 +5,8 @@ ### Added - Add `header::CLEAR_SITE_DATA` constant. +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` ### Changed diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 6305b45c3..6a773b997 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -2,6 +2,9 @@ ## Unreleased +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` + ## 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. diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 8a2a1ec43..186017302 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -5,6 +5,8 @@ - Update `brotli` dependency to `7`. - Prevent panics on connection pool drop when Tokio runtime is shutdown early. - Minimum supported Rust version (MSRV) is now 1.75. +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` ## 3.5.1