1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-08 16:29:21 +00:00

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

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.