From 8c18651c0c527e47fbe86dcff934a2bdbd442ef4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 21 Jul 2017 23:51:36 -0400 Subject: [PATCH] Upgrate changelog. Signed-off-by: Roberto Rosario --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index f0fac6044f..95011b522d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ ================== - Fix deprecation warning to prepare upgrade to Django 1.11 and 2.0. - Fix document page zoom. +- Add support to run tests against a MySQL or Postgres container. +- Improve tag widget customization by moving the markup to its own template. +- Fix document page widget appearance in the document page list view. +- Make document version order deterministic. 2.6.1 (2017-07-18) ==================