Remove changelog entry about error_on_non_2xx

This commit is contained in:
Jacob Hoffman-Andrews
2020-12-12 09:25:38 -08:00
parent 06760d5961
commit 60d4967a16

View File

@@ -1,7 +1,6 @@
# 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