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>2022-02-28 20:51:44 +0300
committerGitHub <noreply@github.com>2022-02-28 20:51:44 +0300
commit37e4f5735ae3e001a06b7f127a745da56863a772 (patch)
tree817ef67360faa5d0dbe30ab03233751533edfdef
parent96847ba77982cad3af708656e7371920ed5cbe0c (diff)
update changelog (#9219)
-rw-r--r--certbot/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index 73d2a5a7c..0746c8e8e 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -13,7 +13,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
-*
+* We previously said we'd drop Python 3.6 support in this release. This release
+ still supports Python 3.6, however, support is still deprecated and we plan
+ to completely remove support in a future release.
### Fixed