summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain MARIE <sylvain.marie@se.com>2020-04-09 10:59:29 +0200
committerSylvain MARIE <sylvain.marie@se.com>2020-04-09 10:59:29 +0200
commit8b95eef71c586090674cdf2db7ff399618f068a4 (patch)
tree1e15a8709f0529aa54af17d8f2288d1f4f98db89
parent32043a57f8f248539b12da93c031ec9470ea13fd (diff)
downloadoauthlib-8b95eef71c586090674cdf2db7ff399618f068a4.tar.gz
changelog entry
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab556f1..633b70d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -25,8 +25,9 @@ OAuth2.0 Provider - Bugfixes
OAuth2.0 Client - Bugfixes
* #290: Fix Authorization Code's errors processing
- * #603: BackendApplication.Client.prepare_request_body use the `scope` argument as intended.
+ * #603: BackendApplicationClient.prepare_request_body use the `scope` argument as intended.
* #672: Fix edge case when `expires_in=Null`
+ * #725: LegacyApplicationClient.prepare_request_body now correctly uses the default `scope` provided in constructor
OAuth1.0 Client