diff --git a/HISTORY.rst b/HISTORY.rst index 1b77e729c7..272d06b1e3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,9 @@ * Fix cabinet and tags upload wizard steps missing some entries. GitLab issue #632. Thanks to Matthias Urhahn (@d4rken) for the report. +* Add alert when settings are changed and util the installation + is restarted. GitLab issue #605. Thanks to + Vikas Kedia (@vikaskedia) to the report. 3.2.4 (2019-06-29) ================== diff --git a/docs/releases/3.2.5.rst b/docs/releases/3.2.5.rst index 799aa35ad2..4bfc90146b 100644 --- a/docs/releases/3.2.5.rst +++ b/docs/releases/3.2.5.rst @@ -7,6 +7,18 @@ Released: July XX, 2019 Changes ------- +- Don't error out if the EXTRA_APPS or the DISABLED_APPS settings + are set to blank. +- Update troubleshooting documentation topic. +- Add data migration to the file metadata app. Synchronizes the + document type settings model of existing document types. +- Fix cabinet and tags upload wizard steps missing some entries. + GitLab issue #632. Thanks to Matthias Urhahn (@d4rken) for the + report. +- Add alert when settings are changed and util the installation + is restarted. GitLab issue #605. Thanks to + Vikas Kedia (@vikaskedia) to the report. + Removals -------- @@ -25,7 +37,7 @@ Remove deprecated requirements:: Type in the console:: - $ pip install mayan-edms==3.2.55555 + $ pip install mayan-edms==3.2.5 the requirements will also be updated automatically. @@ -94,6 +106,7 @@ Backward incompatible changes Bugs fixed or issues closed --------------------------- +- :gitlab-issue:`605` Project title fluctuates between default value and new value [Video] - :gitlab-issue:`629` Cannot Upgrade to 3.2.X Docker Image - :gitlab-issue:`632` Tags get lost when uploading through the webui