From e75f48d148a95eea4c00e0941ad7ec7fdf5c2d6e Mon Sep 17 00:00:00 2001 From: Jonas Winkler Date: Sun, 22 Nov 2020 13:55:31 +0100 Subject: [PATCH] changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bb119bf1f..38866c3e6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -29,6 +29,8 @@ next * New setting ``PAPERLESS_OCR_PAGES`` limits the tesseract parser to the first n pages of scanned documents. +* Fixed a bug where tasks with too long task names would not show + up in the admin. paperless-ng 0.9.1 ##################