From ddddc6f97fafd0dd76595dde8a2970d4c81947d4 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 5 Dec 2023 20:36:49 -0500 Subject: [PATCH] docs: update changelog --- actix-tls/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 25e8e56e..aa0d668f 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -2,7 +2,8 @@ ## Unreleased -- Added support to `http` crate version `1.0`. +- Add `rustls-0_21-native-roots` and `rustls-0_20-native-roots` crate features which utilize the `rustls-native-certs` crate to enable a `native_roots_cert_store()` functions in each rustls-based `connect` module. +- Implement `Host` for `http::Uri` (`http` crate version `1`). ## 3.1.1