From adbd9144afe0fb591b4b84b686c29ed7268343ba Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sat, 18 Dec 2021 19:30:40 +0100 Subject: [PATCH] Update changelog for 2.4.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2622d3..cf5b1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +# 2.4.0 + + * Enable `gzip` feature by default (#455) + * `gzip` and `brotli` feature flags to enable decompression (#453, #421) + * Middleware function on agent (#448) + * Agent option to preserve `Authorization` header on redirects (#445) + * Deprecate re-exported serde types (#446) + * Widen type of `send_json` to `impl Serializable` (#446) + * `native-tls` feature provides an alternative TLS backend (#449, #391) + # 2.3.2 + * Re-introduce the `ureq::patch` and `agent::patch` calls. * Fix regression in 2.3.x for feature native-certs (#441) # 2.3.1