From 9191c04eb9856320df933973862b736fd9f4c4ae Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 19 Mar 2016 03:00:18 -0400 Subject: [PATCH] Update changelog. --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 215f80c800..c1dc0a5188 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -21,6 +21,10 @@ - Update Document model's uuid field to use Django's native UUIDField class. - Add new split view index navigation - Newly uploaded documents appear in the Recent document list of the user. +- Document indexes now have ACL support. +- Remove the document index setup permission. +- Status messages now display the object class on which they operate not just the word "Object". +- More tests added. 2.0.2 (2016-02-09) ==================