From cac19ec614a6214585a7c14e185b3b972f3f8b99 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 2 Apr 2018 00:42:42 -0400 Subject: [PATCH] Fix release note formatting. Signed-off-by: Roberto Rosario --- docs/releases/3.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/3.0.rst b/docs/releases/3.0.rst index 822913b8b1..c2738f8a93 100644 --- a/docs/releases/3.0.rst +++ b/docs/releases/3.0.rst @@ -324,8 +324,8 @@ Other changes worth mentioning - Add view to show list of events performed by an user. - Allow filtering an event list by clicking on the user column. - Revise and improve permission requirements for the documents app API. - - Downloading a document version now requires the document download - permission instead of just the document view permission. + + - Downloading a document version now requires the document download permission instead of just the document view permission. - Creating a new document no longer works by having the document create permission in a global manner. It is now possible to create a document via the API by having the document permission for a specific document type.