Skip to content

Commit e205632

Browse files
committed
Update CHANGELOG.md
1 parent 3622f85 commit e205632

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.13.0 [unreleased]
2+
3+
* **New feature**: AccessToken, RefreshToken and Grant models are now swappable.
4+
* #477: **New feature**: Add support for RFC 7662 (IntrospectTokenView, introspect scope)
5+
* **Compatibility**: Django 1.10 is the new minimum required version
6+
* **Compatibility**: Django 1.11 is now supported
7+
* #177: Changed `id` field on Application, AccessToken, RefreshToken and Grant to BigAutoField (bigint/bigserial)
8+
* #476: Disallow empty redirect URIs
9+
* Fixed bad `url` parameter in some error responses.
10+
* Django 2.0 compatibility fixes.
11+
* The dependency on django-braces has been dropped.
12+
* The oauthlib dependency is no longer pinned.
13+
114
### 0.12.0 [2017-02-24]
215

316
* **New feature**: Class-based scopes backends. Listing scopes, available scopes and default scopes

0 commit comments

Comments
 (0)