From 2820b80a643b41f04aa71465752f31469ade8792 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 12 May 2024 17:12:21 -0500 Subject: [PATCH] actix-http: add rustls 0.23 to changelog --- actix-http/CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index fddd1c2c3..79cecdc24 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,6 +2,11 @@ ## Unreleased +### Added + +- Add `rustls-0_23` crate feature +- Add `{h1::H1Service, h2::H2Service, HttpService}::rustls_0_23()` and `HttpService::rustls_0_23_with_config()` service constructors. + ### Changed - Minimum supported Rust version (MSRV) is now 1.72.