summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain MARIE <sylvain.marie@se.com>2020-04-19 13:58:58 +0200
committerSylvain MARIE <sylvain.marie@se.com>2020-04-19 13:58:58 +0200
commit352bc18f80d2f12ba52f19ba0a8d23b196291b6d (patch)
treee4a957127a763a02d62a62d92b0001c411fb317e
parentf46a7f0abf177befaeb271c7d3012c4213773556 (diff)
downloadoauthlib-352bc18f80d2f12ba52f19ba0a8d23b196291b6d.tar.gz
Changelog
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab556f1..6cb625c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -27,6 +27,10 @@ OAuth2.0 Client - Bugfixes
* #290: Fix Authorization Code's errors processing
* #603: BackendApplication.Client.prepare_request_body use the `scope` argument as intended.
* #672: Fix edge case when `expires_in=Null`
+ * #726: MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse_request_uri_response,
+ ServiceApplicationClient.prepare_request_body,
+ and WebApplicationClient.prepare_request_uri now correctly use the default `scope` provided in
+ constructor.
OAuth1.0 Client