diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index 7f1db9f09d..9f5163d984 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -36,7 +36,7 @@ on production install to debug errors live. - Refactor the document mailing views and add support for sending multiple documents via email at the same time. - Refactor the document metadata views and add support for adding multiple metadata types to a document at the same time. - Addition of a new OCR backend using PyOCR. This backend tries first to do OCR -using libtesseract. If libtesseract is not available the backend fallsback to +using libtesseract. If libtesseract is not available the backend defaults to calling the Tesseract executable. - Language list moved from document model to document form. - Enable password validation for the user password change view, user password change API endpoint, current user view and current user API endpoint. @@ -106,8 +106,12 @@ Backward incompatible changes Bugs fixed or issues closed =========================== +* `GitLab issue #185 `_ Add support for nested menus +* `GitLab issue #285 `_ Dashboard widgets * `GitLab issue #294 `_ Move new version creation blocking from the documents app to the checkouts app * `GitLab issue #301 `_ Remove the installation app +* `GitLab issue #303 `_ Update urlpatterns in urls.py files to be a list of django.conf.urls.url() instances instead. +* `GitLab issue #304 `_ Remove string view arguments of url() in urls.py files. * `GitLab issue #307 `_ Enter multiple Tags at once * `GitLab issue #311 `_ acl page return ContentType:Document * `GitLab issue #319 `_ TransformationResize issue with very "long" image