Change log updates.

This commit is contained in:
Roberto Rosario
2016-05-13 21:15:54 -04:00
parent 3f9d21167d
commit 715d3c6768
2 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
2.1 (2016-XX)
=============
- Upgrade to use Django 1.8.8. Issue #246.
2.1 (2016-05-14)
================
- Upgrade to use Django 1.8.13. Issue #246.
- Upgrade requirements.
- Remove remaining references to Django's User model. GitLab issue #225
- Rename 'Content' search box to 'OCR'.

View File

@@ -149,6 +149,13 @@ Other changes
- Increase total test count to 311.
- Increase test coverage to 77%.
- Documentation improvements.
- Handle unicode filenames in staging folders.
- Add staging file deletion permission.
- New document_signature_view permission.
- Instead of multiple keyservers only one keyserver is now supported.
- Replace document type selection widget with an opened selection list.
- Add roadmap documentation chapter.
Removals
--------