actix-http: add rustls 0.23 to changelog

This commit is contained in:
asonix 2024-05-12 17:12:21 -05:00
parent a16d713678
commit 2820b80a64
1 changed files with 5 additions and 0 deletions

View File

@ -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.