Add PRs to changelog.

This commit is contained in:
Jacob Hoffman-Andrews
2020-09-27 11:36:55 -07:00
parent e4e9455fa8
commit 264abdf452

View File

@@ -1,12 +1,12 @@
# 1.5.0 # 1.5.0
* Add pluggable name resolution. Users can now override the IP addresses for * Add pluggable name resolution. Users can now override the IP addresses for
hostnames of their choice. hostnames of their choice (#148).
* bugfix: Don't re-pool streams on drop. This would occur if the user called * bugfix: Don't re-pool streams on drop. This would occur if the user called
`response.into_reader()` and dropped the resulting `Read` before reading all `response.into_reader()` and dropped the resulting `Read` before reading all
the way to EOF. The result would be a BadStatus error on the next request to the way to EOF. The result would be a BadStatus error on the next request to
the same hostname. This only affected users using an explicit Agent. the same hostname. This only affected users using an explicit Agent (#160).
* Automatically set Transfer-Encoding when using `send`. * Automatically set Transfer-Encoding: chunked when using `send` (#86).
* `into_reader()` now returns `impl Read + Send` instead of `impl Read`. * `into_reader()` now returns `impl Read + Send` instead of `impl Read` (#156).
# 1.4.1 # 1.4.1