From 6f7034917220a517c9294bb377659f0e5d0ee106 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Tue, 29 Sep 2020 01:57:14 -0700 Subject: [PATCH] Update 1.5.0 changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71949a..9779d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ the same hostname. This only affected users using an explicit Agent (#160). * Automatically set Transfer-Encoding: chunked when using `send` (#86). * `into_reader()` now returns `impl Read + Send` instead of `impl Read` (#156). + * Add support for log crate (#170). + * Retry broken connections in more cases (should reduce BadStatus errors; #168). # 1.4.1