Update release notes.

This commit is contained in:
Roberto Rosario
2015-08-25 20:49:55 -04:00
parent 399103488c
commit 1900200c82

View File

@@ -82,6 +82,8 @@ What's new in Mayan EDMS v2.0
* Text parsers and OCR backend are used in tandem. * Text parsers and OCR backend are used in tandem.
* Invert page title/project name order in browser title. * Invert page title/project name order in browser title.
* Use Django's class based views pagination * 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 Upgrading from a previous version
================================= =================================
@@ -144,6 +146,7 @@ Remove unused dependencies::
$ pip uninstall psutil $ pip uninstall psutil
$ pip uninstall python-hkp $ pip uninstall python-hkp
$ pip uninstall django-sendfile $ pip uninstall django-sendfile
$ pip uninstall django-pagination
The upgrade procedure is now complete. The upgrade procedure is now complete.