diff --git a/HISTORY.rst b/HISTORY.rst index 211deba11d..1d37272463 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,10 @@ 3.2.8 (2019-XX-XX) ================== +* Fix error when accessing some API entry points without + being authenticated. * Add cabinet add and remove workflow actions. * Tweaked the jstree component's appearance to cope with - long labels. + long cabinet labels. * Update Django to version 1.11.24 * Update jQuery to version 3.4.1 * Add support for deleting the OCR content of a document @@ -14,6 +16,7 @@ * Add support for deleting the parsed content of a document of selection of documents. * Add parsed content deleted event. +* Allow scaling of UI on mobile devices. 3.2.7 (2019-08-28) ================== diff --git a/docs/releases/3.2.8.rst b/docs/releases/3.2.8.rst index 91d8d864b3..4ab6d582a9 100644 --- a/docs/releases/3.2.8.rst +++ b/docs/releases/3.2.8.rst @@ -18,6 +18,8 @@ and reduced padding. Thanks for forum user @briboe for the report. Other changes ^^^^^^^^^^^^^ +- Fix error when accessing some API entry points without + being authenticated. - Add cabinet add and remove workflow actions. - Update Django to version 1.11.24. - Update jQuery to version 3.4.1 @@ -25,11 +27,12 @@ Other changes or selection of documents. - Add OCR content deleted event. - Add missing recursive option to Docker entrypoint - chown. GitLab issue #668. Thanks to John Wice (@brilthor) + chown. GitLab issue #668. Thanks to John Wice (@brilthor) for the report. - Add support for deleting the parsed content of a document of selection of documents. - Add parsed content deleted event. +- Allow scaling of UI on mobile devices. Removals