From 60d4967a1602f2531222640a5175991f25a4c6e3 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Sat, 12 Dec 2020 09:25:38 -0800 Subject: [PATCH] Remove changelog entry about error_on_non_2xx --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9efe93..7c7dd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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