Update 1.5.0 changelog.

This commit is contained in:
Jacob Hoffman-Andrews
2020-09-29 01:57:14 -07:00
committed by Martin Algesten
parent 17d7e147eb
commit 6f70349172

View File

@@ -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