Skip to content

Commit

Permalink
Merge pull request #357 from idan/new-version-release-notes
Browse files Browse the repository at this point in the history
Updated release notes
  • Loading branch information
thedrow committed Jul 19, 2015
2 parents c8111dd + 8cdece7 commit 1e7f471
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down

0 comments on commit 1e7f471

Please sign in to comment.