From ddabe28490819541c0a7402202a6a97a34d0b2a1 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 22 Dec 2016 03:43:12 -0400 Subject: [PATCH] Update release notes. --- docs/releases/2.2.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index 6e276d060f..a3e7fb8bbd 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -26,7 +26,11 @@ the user links - Stop loading theme fonts from the web - Add support for attaching multiple tags to single or multiple documents. - Refactor the workflow for removing tags from single and multiple documents. -- Move new version creation blocking from the documents app to the checkouts app +- Move new version creation blocking from the documents app to the checkouts app. +- Sample documents moved to distribution to allow running all tests in production. +- DEBUG now defaults to False. +- Production settings don't override the DEBUG variable. DEBUG can be set to True +on production install to debug errors live. Removals --------