Skip to content

Commit 499b6b8

Browse files
committed
updated changelog
1 parent 60f956f commit 499b6b8

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ Roadmap / Todo list (help wanted)
9090
Changelog
9191
---------
9292

93+
0.8.0 [2015-03-27]
94+
~~~~~~~~~~~~~~~~~~
95+
96+
* Several docs improvements and minor fixes
97+
* #185: fixed vulnerabilities on Basic authentication
98+
* #173: ProtectResourceMixin now allows OPTIONS requests
99+
* Fixed client_id and client_secret characters set
100+
* #169: hide sensitive informations in error emails
101+
* #161: extend search to all token types when revoking a token
102+
* #160: return empty response on successful token revocation
103+
* #157: skip authorization form with `skip_authorization_completely` class field
104+
* #155: allow custom uri schemes
105+
* fixed `get_application_model` on Django 1.7
106+
* fixed non rotating refresh tokens
107+
* #137: fixed base template
108+
* customized `client_secret` lenght
109+
* #38: create access tokens not bound to a user instance for *client credentials* flow
110+
93111
0.7.2 [2014-07-02]
94112
~~~~~~~~~~~~~~~~~~
95113

docs/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
0.8.0 [2015-03-27]
5+
------------------
6+
7+
* Several docs improvements and minor fixes
8+
* #185: fixed vulnerabilities on Basic authentication
9+
* #173: ProtectResourceMixin now allows OPTIONS requests
10+
* Fixed client_id and client_secret characters set
11+
* #169: hide sensitive informations in error emails
12+
* #161: extend search to all token types when revoking a token
13+
* #160: return empty response on successful token revocation
14+
* #157: skip authorization form with `skip_authorization_completely` class field
15+
* #155: allow custom uri schemes
16+
* fixed `get_application_model` on Django 1.7
17+
* fixed non rotating refresh tokens
18+
* #137: fixed base template
19+
* customized `client_secret` lenght
20+
* #38: create access tokens not bound to a user instance for *client credentials* flow
21+
22+
423
0.7.2 [2014-07-02]
524
------------------
625

0 commit comments

Comments
 (0)