From a5b513f9864466d7d9cd7c0b9fc5753bab75dc1e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 2 Apr 2019 18:30:13 -0400 Subject: [PATCH] Update changelog Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index ad0324fbe3..79cc239832 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,6 +14,8 @@ 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. 3.1.9 (2018-11-01) ==================