From 9796128feeed8aebdbd3702335850840a69ae0bf Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 30 Oct 2019 17:07:36 -0700 Subject: [PATCH] Polish changelog (#7476) I wanted to polish the changelog a bit. Changes made are: * We don't ship our test farm tests so including info about them in our changelog seems unnecessary. * I combined and expanded the info about the deprecation of Python 3.4. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c5ce34a..f2fe68e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * We deprecated support for Python 3.4 in Certbot and its ACME library. Support for Python 3.4 will be removed in the next major release of Certbot. -* Removed `--fast` flag from the test farm tests + certbot-auto users on RHEL 6 based systems will be asked to enable Software + Collections (SCL) repository so Python 3.6 can be installed. certbot-auto can + enable the SCL repo for you on CentOS 6 while users on other RHEL 6 based + systems will be asked to do this manually. * `--server` may now be combined with `--dry-run`. Certbot will, as before, use the staging server instead of the live server when `--dry-run` is used. * Updated certbot-dns-google to depend on newer versions of google-api-python-client and oauth2client. -* Migrated CentOS 6 certbot-auto users from Python 3.4 to Python 3.6. * certbot.plugins.common.TLSSNI01 has been deprecated and will be removed in a future release.