Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsydneyli <sydney@eff.org>2019-10-30 20:57:46 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-10-30 20:57:46 +0300
commit6fcdfb0e5006be85500fad67a5a67b47befedb2a (patch)
tree5a24fc9434f1f1487c0197c5ce6e623952e28fe0 /CHANGELOG.md
parente19b2e04c75b6df4e3f8a455700aa95fca79bcc3 (diff)
Deprecation warnings for Python 3.4 (#7378)
Fixes #7367 * Deprecation warnings for Python 3.4 users * CHANGELOG.md and AUTHORS.md * double equals typo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba301a553..398b2e07b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
+* 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
* `--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.