From 585c5513a08b0857769fc004e2f12aac1f07ec7c Mon Sep 17 00:00:00 2001 From: Retief Visser Date: Tue, 17 Mar 2020 10:48:33 +1100 Subject: [PATCH] Add changelog for PR #810 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbc66190..7fe3221de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.1] unreleased ### Fixed * #812: Reverts #643 pass wrong request object to authenticate function. +* Fix concurrency issue with refresh token requests (#[810](https://github.com/jazzband/django-oauth-toolkit/pull/810)) ## [1.3.0] 2020-03-02