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:
authorBrad Warren <bmw@users.noreply.github.com>2019-09-24 21:38:38 +0300
committerGitHub <noreply@github.com>2019-09-24 21:38:38 +0300
commit8cb57566c0be9fbed6d86316a0afb18e86d9f481 (patch)
treec8bb2b3d8e7319be40844bdf24fb09db6e666335 /CHANGELOG.md
parent18e6c6c2a883fcfae44a84524d0be57f99b2b357 (diff)
List support for Python 3.8 (#7392)
Fixes #7368. When updating the changelog, I replaced the line about running tests on Python 3.8 because I personally think that support for Python 3.8 is the most relevant information for our users/packagers about our changes in this area. * List support for Python 3.8. * Update changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f02e8fda3..5c0143d01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Added
-* Run tests on Python3.8.
+* Support for Python 3.8 was added to Certbot and all of its components.
### Changed