From 0867174e79f9cde8befd563ba91df06ccb438403 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 21 Oct 2020 15:11:08 -0700 Subject: [PATCH] Mention Python 3.9 support in changelog. --- certbot/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index fc83d3b46..d984efa4b 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -8,7 +8,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * Added timeout to DNS query function calls for dns-rfc2136 plugin. * Confirmation when deleting certificates -* +* Support for Python 3.9 was added to Certbot and all of its components. ### Changed