Skip to content

Commit 8c1e58c

Browse files
committed
changelog
1 parent f2d9749 commit 8c1e58c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ Highest priority first
9393
Changelog
9494
---------
9595

96+
0.6.1 [2014-02-05]
97+
~~~~~~~~~~~~~~~~~~
98+
99+
* added support for `scope` query parameter keeping backwards compatibility for the original `scopes` parameter.
100+
* __str__ method in Application model returns content of `name` field when available
101+
96102
0.6.0 [2014-01-26]
97103
~~~~~~~~~~~~~~~~~~
98104

docs/changelog.rst

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

4+
0.6.1 [2014-02-05]
5+
------------------
6+
7+
* added support for `scope` query parameter keeping backwards compatibility for the original `scopes` parameter.
8+
* __str__ method in Application model returns name when available
9+
10+
411
0.6.0 [2014-01-26]
512
------------------
613

@@ -40,7 +47,7 @@ Changelog
4047
* Optimize queries on access token validation
4148

4249
0.4.0 [2013-08-09]
43-
----------------------
50+
------------------
4451

4552
**New Features**
4653

0 commit comments

Comments
 (0)