From 1900200c82f2509e1728a6ab6e4439f4cda51a03 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 25 Aug 2015 20:49:55 -0400 Subject: [PATCH] Update release notes. --- docs/releases/2.0.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index 52be862b9c..0fa938e647 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -82,6 +82,8 @@ What's new in Mayan EDMS v2.0 * Text parsers and OCR backend are used in tandem. * Invert page title/project name order in browser title. * Use Django's class based views pagination +* setting_view_permission added to the smart settings app. It is no longer required to be a super admin or staff user to see the setting values. +* Removal of the CombinedSource class. Upgrading from a previous version ================================= @@ -144,6 +146,7 @@ Remove unused dependencies:: $ pip uninstall psutil $ pip uninstall python-hkp $ pip uninstall django-sendfile + $ pip uninstall django-pagination The upgrade procedure is now complete.