From f3427c747061314f2dfc3000a96dbf81a7347907 Mon Sep 17 00:00:00 2001 From: Michael Price Date: Fri, 2 Mar 2018 18:07:11 -0400 Subject: [PATCH] Update HISTORY file. Signed-off-by: Michael Price --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 2ea8f8d74b..021ac2d936 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ Next (2018-XX-XX) ================= - Fix permission filtering when performing document page searching. - Fix cabinet detail view pagination. +- Update project to work with Django 1.11.10. +- Fix deprecations in preparation for Django 2.0. +- Improve permission handling in the workflow app. 2.8 (2018-02-27) ================