From c39adbb1bb7cfa9b58a700e2958b27df5a59793d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 7 Feb 2020 11:13:48 +0100 Subject: [PATCH] More updates to changelog. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 4d1ad22..2e60e09 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,8 @@ Changelog: * Add Django 2.2 support * Add Python 3.7 support * Various fixes around the test harness. +* Use Django's own method of auto-loading permissions modules. +* Fix Django admin incompatibility regarding a method removed years ago. 0.13.1 (2018-01-28): --------------------