From 95cbb15a6875e62cba5b4e574848e949b6a6ca89 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Tue, 6 Oct 2020 09:34:55 +0200 Subject: [PATCH] Changelog for 1.5.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9779d63..175fa46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.5.1 + * Use cookie_store crate for correct cookie handling (#169). + * Fix bug in picking wrong host for redirects introduced in 1.5.0 (#180). + * Allow proxy settings on Agent (#178). + # 1.5.0 * Add pluggable name resolution. Users can now override the IP addresses for hostnames of their choice (#148).