From a4a017d25c5848f3c41699afef8546caab1e6979 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 12 Oct 2017 13:07:08 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6714372..b991845b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +5.7.1 (10/12/2017) +------------------ + +* Updated default `MACOSX_DEPLOYMENT_TARGET` on macOS to 10.7 +* Improved native `HTTPRequest` to complete as error if response status is error +* Fixed `HTTPRequest` to treat HTTP status code 400 as an error + + 5.7.0 (10/10/2017) ------------------