Add changelog entry about rustls support

pull/166/head
Dominik Nakamura 4 years ago
parent d70aa8feec
commit a9f2833cfd
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910
  1. 3
      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

Loading…
Cancel
Save