From 715d3c6768ee30a43605d2d02db7b299337086b2 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 13 May 2016 21:15:54 -0400 Subject: [PATCH] Change log updates. --- HISTORY.rst | 6 +++--- docs/releases/2.1.rst | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9beabfa2b6..fe0c85c4af 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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'. diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 15a30cf918..09a6706176 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -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 --------