From a9f2833cfd01544b9a44aa2c5d9d685f9d079e4c Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Sat, 6 Feb 2021 12:40:19 +0900 Subject: [PATCH] Add changelog entry about rustls support --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8939190..9955427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ - Add `CapacityError`, `UrlError`, and `ProtocolError` types to represent the different types of capacity, URL, and protocol errors respectively. - Modify variants `Error::Capacity`, `Error::Url`, and `Error::Protocol` to hold the above errors types instead of string error messages. +- Add support for `rustls` as TLS backend. The previous `tls` feature flag is now removed in favor + of `native-tls` and `rustls-tls`, which allows to pick the TLS backend. The error API surface had + to be changed to support the new error types coming from rustls related crates. # 0.12.0