Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 27, 2015
1 parent 60f956f commit 499b6b8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,24 @@ Roadmap / Todo list (help wanted)
Changelog
---------

0.8.0 [2015-03-27]
~~~~~~~~~~~~~~~~~~

* Several docs improvements and minor fixes
* #185: fixed vulnerabilities on Basic authentication
* #173: ProtectResourceMixin now allows OPTIONS requests
* Fixed client_id and client_secret characters set
* #169: hide sensitive informations in error emails
* #161: extend search to all token types when revoking a token
* #160: return empty response on successful token revocation
* #157: skip authorization form with `skip_authorization_completely` class field
* #155: allow custom uri schemes
* fixed `get_application_model` on Django 1.7
* fixed non rotating refresh tokens
* #137: fixed base template
* customized `client_secret` lenght
* #38: create access tokens not bound to a user instance for *client credentials* flow

0.7.2 [2014-07-02]
~~~~~~~~~~~~~~~~~~

Expand Down
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

0.8.0 [2015-03-27]
------------------

* Several docs improvements and minor fixes
* #185: fixed vulnerabilities on Basic authentication
* #173: ProtectResourceMixin now allows OPTIONS requests
* Fixed client_id and client_secret characters set
* #169: hide sensitive informations in error emails
* #161: extend search to all token types when revoking a token
* #160: return empty response on successful token revocation
* #157: skip authorization form with `skip_authorization_completely` class field
* #155: allow custom uri schemes
* fixed `get_application_model` on Django 1.7
* fixed non rotating refresh tokens
* #137: fixed base template
* customized `client_secret` lenght
* #38: create access tokens not bound to a user instance for *client credentials* flow


0.7.2 [2014-07-02]
------------------

Expand Down

0 comments on commit 499b6b8

Please sign in to comment.