From 1d95e4245abae84918de0e6e8dc15ed2aadb88e8 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Mon, 13 Jan 2020 14:46:00 +0100 Subject: [PATCH] SCHWED-4566: updated CHANGELOG with note on py2. --- CHANGELOG.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 08aae7b..6e409b4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,8 @@ Changes in Release 3.2.0 -------------------------------------------------------------------------------- - * Added automated testing of all example scripts in the documentation + * This is expected to be the last release supporting Python 2. + * Added automated testing of all example scripts in the documentation. * Several minor bug fixes, improvements -- GitLab