Changelog for 2.0.0-rc3
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
# 2.0.0
|
# 2.0.0-rc3
|
||||||
|
|
||||||
|
* Refactor Error to use an enum for easier extraction of status code errors.
|
||||||
|
* Remove error_on_non_2xx in favor of the new Error style.
|
||||||
|
* (Internal) Use BufRead::read_line when reading headers.
|
||||||
|
|
||||||
|
# 2.0.0-rc2
|
||||||
|
|
||||||
* Remove the "synthetic error" concept. Methods that formerly returned
|
* Remove the "synthetic error" concept. Methods that formerly returned
|
||||||
Response now return Result<Response, Error>.
|
Response now return Result<Response, Error>.
|
||||||
|
|||||||
Reference in New Issue
Block a user