From 3c77e922272d641f3175ead6c7515467838beecf Mon Sep 17 00:00:00 2001 From: Spencer McDonough Date: Wed, 27 Jan 2021 11:57:23 -0800 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cceed15..6cece772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ All notable changes to this project since 0.82.0 will be documented in this file. ## [3.0.0] - 2021-01-27 -- Remove support for Python2... only Python 3.6 and 3.7 are currently supported +- Remove support for Python2. Only Python 3.6 and 3.7 are currently supported. ## [2.2.0] - 2021-01-06 ### Changed - Remove explicit cryptography package install to resolve dependency conflicts so tests can run - Add local registry support for Windows -- + ## [2.1.6] - 2020-09-23 ### Changed - Fix warning about ConfigParser readfp deprecation