summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2015-07-04 17:19:10 +0300
committerOmer Katz <omer.drow@gmail.com>2015-07-04 17:19:10 +0300
commit70f16a253c67d4c6dc67ab38611115e3f4d6a474 (patch)
tree6c1942f08a7967aca3a604e5a08dc5d4beb9aa88
parenteb4241a2090dc3b7df9de2b168e989670ce612b3 (diff)
downloadoauthlib-new-version-release-notes.tar.gz
Updated release notes.new-version-release-notes
-rw-r--r--CHANGELOG.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5b8649f..4dc27c6 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,9 +3,22 @@ Changelog
Unreleased
--------------------------------------------------
-* Replace pycrypto with cryptography from https://cryptography.io
-* Update jwt to 1.0.0 (which is backwards incompatible) no oauthlib api changes
+* (Breaking Change) Replace pycrypto with cryptography from https://cryptography.io
+* (Breaking Change) Update jwt to 1.0.0 (which is backwards incompatible) no oauthlib api changes
were made.
+* (Breaking Change) Raise attribute error for non-existing attributes in the Request object.
+* (Fix) Strip whitespace off of scope string.
+* (Change) Don't require to return the state in the access token response.
+* (Change) Hide password in logs.
+* (Fix) Fix incorrect invocation of prepare_refresh_body in the OAuth2 client.
+* (Fix) Handle empty/non-parsable query strings.
+* (Fix) Check if an RSA key is actually needed before requiring it.
+* (Change) Allow tuples for list_to_scope as well as sets and lists.
+* (Change) Add code to determine if client authentication is required for OAuth2.
+* (Fix) Fix error message on invalid Content-Type header for OAtuh1 signing.
+* Increased test coverage.
+* Performance improvements.
+* Documentation improvements and fixes.
0.7.2 (2014-11-13)
------------------