File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,12 @@ Highest priority first
93
93
Changelog
94
94
---------
95
95
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
+
96
102
0.6.0 [2014-01-26]
97
103
~~~~~~~~~~~~~~~~~~
98
104
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
11
0.6.0 [2014-01-26]
5
12
------------------
6
13
@@ -40,7 +47,7 @@ Changelog
40
47
* Optimize queries on access token validation
41
48
42
49
0.4.0 [2013-08-09]
43
- ----------------------
50
+ ------------------
44
51
45
52
**New Features **
46
53
You can’t perform that action at this time.
0 commit comments