From f3f69f35eaf3f8996c4c8c31740960a6ba644bac Mon Sep 17 00:00:00 2001 From: Mattia Procopio Date: Fri, 16 Oct 2020 16:28:27 +0200 Subject: [PATCH] Update changelog for 1.3.3 release --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f32d2eb3e..2f48ba0c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> -## [unreleased] +## [unreleased] + +## [1.3.3] 2020-10-16 -### added +### Added * added `select_related` in intospect view for better query performance +* #831 Authorization token creation now can receive an expire date +* #831 Added a method to override Grant creation +* #825 Bump oauthlib to 3.1.0 to introduce PKCE ### Fixed * #847: Fix inappropriate message when response from authentication server is not OK. +### Changed +* few smaller improvements to remove older django version compatibility #830, #861, #862, #863 + ## [1.3.2] 2020-03-24 ### Fixed