summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
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-19 13:17:40 +0300
commit8cdece757125de206ecdb9006d45ae69daf7acea (patch)
treee3e5c9089f5a9dd783bd95855d33c30ecfd64dd7 /CHANGELOG.rst
parentc8111dd716a22f43fa05a103459a66aad7e8782d (diff)
downloadoauthlib-8cdece757125de206ecdb9006d45ae69daf7acea.tar.gz
Updated release notes.
Diffstat (limited to 'CHANGELOG.rst')
-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)
------------------