From d06a3862ce8a53679fc72e223ce8e807bf0cf8e7 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Mon, 13 May 2019 23:20:39 +0200 Subject: [PATCH] Update changelog for next release Signed-off-by: Christopher Arndt --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 30ef741..f8aea4c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,17 @@ For details and minor changes, please see the `version control log messages `_. +2019-05-13 version 0.7.1 +------------------------ + +Fixes: + +* Fix incompatibility with Python < 3.7, due to use of ``re.Pattern`` and + ``re.Match``, which were only added in Python 3.7. + + Python 3.4 is still supported, but will be dropped in next major release. + + 2019-04-15 version 0.7.0 ------------------------