From 942dd7f710da8e4d6cb6c831845198ae9ad0fa5b Mon Sep 17 00:00:00 2001 From: Michael Price Date: Wed, 14 Mar 2018 15:56:22 -0400 Subject: [PATCH] Update HISTORY file. Signed-off-by: Michael Price --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 999a7f0637..3874000da4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -47,6 +47,7 @@ Next (2018-XX-XX) - Sort smart links by label. - Rename the internal name of the document type permissions namespace. Existing permissions will need to be updated. - Add support for OR type searches. Use the "OR" string between the terms. Example: term1 OR term2. +- Removed redundant permissions checks. 2.8 (2018-02-27) ================