From 2f40edb91ea6dd15c71c7d1939fa533101b46686 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Sat, 10 Jul 2021 13:16:51 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321dab6..889fa2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 0.14.0 - Use `rustls-native-certs` instead of `webpki-root` when `rustls-tls` feature is enabled. +- Don't use `native-tls` as a default feature (see #202 for more details). - New fast and safe implementation of the reading buffer (replacement for the `input_buffer`). - Remove some errors from the `Error` enum that can't be triggered anymore with the new buffer implementation.