From a64e1f01291327ae16b412ee921fc6ac6aed8453 Mon Sep 17 00:00:00 2001 From: alexzorin Date: Fri, 16 Oct 2020 07:23:36 +1100 Subject: [PATCH] changelog: move entry to the right section (#8378) --- certbot/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index b47bede6a..0624a2084 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -7,6 +7,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Added * Added timeout to DNS query function calls for dns-rfc2136 plugin. +* Confirmation when deleting certificates * ### Changed @@ -25,7 +26,6 @@ More details about these changes can be found on our GitHub repo. * `--preconfigured-renewal` flag, for packager use only. See the [packaging guide](https://certbot.eff.org/docs/packaging.html). -* Confirmation when deleting certificates ### Changed