Update CHANGELOG.

This commit is contained in:
Jacob Hoffman-Andrews
2021-01-10 13:28:07 -08:00
parent fff4c8355e
commit 1584690c95

View File

@@ -1,5 +1,7 @@
# 2.0.1 # 2.0.1
* Fix handling of 308 redirects (port from 1.5.4 branch). * Fix handling of 308 redirects (port from 1.5.4 branch).
* Return UnexpectedEof instead of InvalidData on short responses. (#293)
* Implement std::error::Error for error::Transport. (#299)
# 2.0.0 # 2.0.0
* Methods that formerly returned Response now return Result<Response, Error>. * Methods that formerly returned Response now return Result<Response, Error>.