From 499b6b8b0e482ab6148c1afaacbb7577ae566e19 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Fri, 27 Mar 2015 10:52:18 +0100 Subject: [PATCH] updated changelog --- README.rst | 18 ++++++++++++++++++ docs/changelog.rst | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/README.rst b/README.rst index f32a3aeae..b16ab83a3 100644 --- a/README.rst +++ b/README.rst @@ -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] ~~~~~~~~~~~~~~~~~~ diff --git a/docs/changelog.rst b/docs/changelog.rst index c14b346aa..5632264f6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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] ------------------