diff --git a/CHANGES.rst b/CHANGES.rst index 2b57d3e..781e460 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,15 @@ Changes ======= +5.20.0 (2021-06-29) +------------------- + +- Improve race condition handling in e.g. multi-process environments by using + [``get_or_create``](https://docs.djangoproject.com/en/dev/ref/models/querysets/#get-or-create) + method for access attempt fetching and updates. + [uli-klank] + + 5.19.0 (2021-06-16) -------------------