diff --git a/CHANGES.md b/CHANGES.md index 20fdb3e4..f114df3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,8 @@ * Add `ResponseError` impl for `SendRequestError`. This improves ergonomics of http client. +* Add native-tls support for client + * Allow client connection timeout to be set #108