From 8aef55632a25ae9a13664edab6770efdd6e159c1 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 8 Feb 2021 14:16:49 -0800 Subject: [PATCH] update changelog --- certbot/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 1333d2420..370282f38 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -17,6 +17,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * The acme library no longer depends on the `security` extras from `requests` which was needed to support SNI in TLS requests when using old versions of Python 2. +* Certbot and all of its components no longer depend on the library `six`. ### Fixed