Update changelog for 2.4.0

This commit is contained in:
Martin Algesten
2021-12-18 19:30:40 +01:00
parent 3b68dce23a
commit adbd9144af

View File

@@ -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 # 2.3.2
* Re-introduce the `ureq::patch` and `agent::patch` calls.
* Fix regression in 2.3.x for feature native-certs (#441) * Fix regression in 2.3.x for feature native-certs (#441)
# 2.3.1 # 2.3.1