From e9af3f0b5a4541faf154b3edc9d9a57498eb42ee Mon Sep 17 00:00:00 2001 From: Lorenzo Fundaro Date: Wed, 9 Dec 2020 16:39:58 +0100 Subject: [PATCH] Explain changes on CHANGELOG --- certbot/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index eef84f7f5..20c047041 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -16,6 +16,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * The Certbot snap no longer loads packages installed via `pip install --user`. This was unintended and DNS plugins should be installed via `snap` instead. +* Fixed #6036. A bug on certbot-dns-google while fetching existing TXT records. More details about these changes can be found on our GitHub repo.