diff --git a/CHANGELOG.md b/CHANGELOG.md index 586ae5af..c09684f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -273,3 +273,4 @@ FEATURES: BUG FIXES * Schema merging helper function was mutating input schema causing side effects when used in a particular way. Used shallow copying to avoid this side effect. [GH-338] +* Ensure response is not nil when checking status code [GH-307]