From 64ee8eab2f2cfc12f669172cc96b3d41a14cf181 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 29 Nov 2020 23:34:09 +0100 Subject: [PATCH] changelog --- docs/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index eef6055c1..45817aa1a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,15 +9,19 @@ paperless-ng 0.9.4 ################## * Front end: + * Clickable tags, correspondents and types allow quick filtering for related documents. * Saved views are now editable. * Preview documents directly in the browser. * Navigation from the dashboard to saved views. * Fixes: + * A severe error when trying to use post consume scripts. * An error in the consumer that cause invalid messages of missing files to show up in the log. -* The documentation now contains information about bare metal installs. + +* The documentation now contains information about bare metal installs and a section about + how to setup the development environment. paperless-ng 0.9.3 ##################