Skip to content

Commit 6a9e37d

Browse files
committed
Changelog updated
1 parent 9d23e0f commit 6a9e37d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ Changelog
1010
* Bugfix #21: IndexError when trying to authorize an application
1111
* Bugfix #9: Default_redirect_uri is mandatory when grant_type is implicit, authorization_code or all-in-one
1212
* Bugfix #22: Scopes need a verbose description
13+
* Bugfix #33: Add django-oauth-toolkit version on example main page
14+
* Bugfix #36: Add mandatory namespace to urls
15+
* Bugfix #31: Add docstring to OAuthToolkitError and FatalClientError
1316

1417
**Backwards incompatible changes in 0.4.0**
1518

1619
* `SCOPE` attribute in settings is now a dictionary to store `{'scope_name': 'scope_description'}`
17-
* Namespace 'oauth2_provider' is mandatory in urls. See issue #37
20+
* Namespace 'oauth2_provider' is mandatory in urls. See issue #36
1821

1922
0.3.2 [2013-07-10]
2023
------------------

0 commit comments

Comments
 (0)