From 45786005ab0829101a68a169edce60562cc222d5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 2 Apr 2019 22:39:37 -0400 Subject: [PATCH] Update changelog Signed-off-by: Roberto Rosario --- HISTORY.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a3cc0ee282..f35e423229 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,10 +14,16 @@ assertion errors from pip (https://github.com/pypa/pip/issues/6197). * Apply merge !37 by Roger Hunwicks (@roger.hunwicks) to allow TestViewTestCaseMixin to work with a custom ROOT_URLCONF. GitLab issue #566. -* Apply merge !40 by Roger Hunwicks (@/roger.hunwicks) to pin the Tornado version - used to 6.0 and continue supporting Python 2.7. GitLab issue #568. +* Apply merge !40 by Roger Hunwicks (@/roger.hunwicks) to pin the Tornado + version used to 6.0 and continue supporting Python 2.7. GitLab issue #568. * Apply merge !41 by Jorge E. Gomez (@jorgeegomez) to fix the compressed class method name. GitLab issue #572. +* Remove notification badge AJAX setup. Individual link AJAX workers are + obsolete now that the menu is being rendered by its own AJAX renderer. + GitLab issue #562. +* Add support for server side link badges. +* Add API to list all templates. +* Remove newlines from the rendered templates. 3.1.9 (2018-11-01) ==================