From e6829a1139b61a6cef9012254b37331abe7cb94b Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Mon, 13 Jan 2020 20:25:40 +0530 Subject: [PATCH] Add a changelog entry for #420 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d954080..f614f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + - Fixed inconsistent behaviour with some API methods when + a full HTTP URL is passed. + ### Changed - Fixed invalid calls to logging warn method - `mock` no longer needed for install. Only used in `tox`.