Skip to content

Commit 2bf3fb9

Browse files
committed
updated changelog
1 parent 53c47a9 commit 2bf3fb9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,13 @@ Roadmap / Todo list (help wanted)
8787
Changelog
8888
---------
8989

90-
master
91-
~~~~~~~~~~~~~~~~~~
90+
0.10.0 [2015-12-14]
91+
~~~~~~~~~~~~~~~~~~~
9292

9393
* **#322: dropping support for python 2.6 and django 1.4, 1.5, 1.6**
94+
* #310: Fixed error that could occur sometimes when checking validity of incomplete AccessToken/Grant
95+
* #333: Added possibility to specify the default list of scopes returned when scope parameter is missing
96+
* #325: Added management views of issued tokens
9497
* #249: Added a command to clean expired tokens
9598
* #323: Application registration view uses custom application model in form class
9699
* #299: 'server_class' is now pluggable through Django settings

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Changelog
22
=========
33

4-
master
4+
0.10.0 [2015-12-14]
55
------------------
66

77
* **#322: dropping support for python 2.6 and django 1.4, 1.5, 1.6**
8+
* #310: Fixed error that could occur sometimes when checking validity of incomplete AccessToken/Grant
9+
* #333: Added possibility to specify the default list of scopes returned when scope parameter is missing
10+
* #325: Added management views of issued tokens
811
* #249: Added a command to clean expired tokens
912
* #323: Application registration view uses custom application model in form class
1013
* #299: 'server_class' is now pluggable through Django settings

0 commit comments

Comments
 (0)