Skip to content

Commit 342a634

Browse files
authored
Update changelog for 1.3.3 release (#889)
1 parent 1b2d73d commit 342a634

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Security
1515
-->
1616

17-
## [unreleased]
17+
## [unreleased]
18+
19+
## [1.3.3] 2020-10-16
1820

19-
### added
21+
### Added
2022
* added `select_related` in intospect view for better query performance
23+
* #831 Authorization token creation now can receive an expire date
24+
* #831 Added a method to override Grant creation
25+
* #825 Bump oauthlib to 3.1.0 to introduce PKCE
2126

2227
### Fixed
2328
* #847: Fix inappropriate message when response from authentication server is not OK.
2429

30+
### Changed
31+
* few smaller improvements to remove older django version compatibility #830, #861, #862, #863
32+
2533
## [1.3.2] 2020-03-24
2634

2735
### Fixed

0 commit comments

Comments
 (0)