From a755cbe4560d04f274d1fabc6ced6f4243afde1f Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 7 Feb 2020 11:43:33 +0100 Subject: [PATCH] More updates to changelog. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 2e60e09..3ee1d38 100644 --- a/README.rst +++ b/README.rst @@ -65,6 +65,8 @@ Changelog: * 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. +* Removed unused compatibility code. +* Fix BasePermission.assign for group permissions. 0.13.1 (2018-01-28): --------------------