From 77b202e5e5e3bf38ec68e90dd52f65eec247572d Mon Sep 17 00:00:00 2001 From: Kushagra Udai Date: Sat, 20 Jul 2024 13:16:47 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfbdfd..c7df596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `hyper-rustls` updated to version `0.27` from `0.24`. - `get_service_nodes` now supports tags thanks to @gautamg795 - `read_key` now also returns the index thanks to @badalex -- Removed `rustls-native-roots` feature and now defaults to `rustls-webpki-roots`. This addresses the bug that features were not additive. +- Allow configuring `Consul` with a custom http client thanks to @LeonHartley +- Removed `rustls-native-roots` feature and now defaults to `rustls-webpki-roots` (which has been removed). This addresses the bug that features were not additive. ## 0.6.0 - 2024-04-01