From 7cfbeaeac8d81397b1d7a23ad17e4d5c683a987d Mon Sep 17 00:00:00 2001 From: Andreas Vogler Date: Thu, 16 May 2019 13:06:30 +0200 Subject: [PATCH] Added certbot-dns-rfc2136 to list of changed modules in CHANGELOG (#7074) * Add an option to dns_rfc2136 plugin to explicitly specify an authorative base domain. * Updated CHANGELOG mentioning added base domain option * Made the comment on the new option more clear on auto-detection * Updated comment on how the authorative base domain is determined * Added certbot-dns-rfc2136 to list of changed modules in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f699feec..3cc3ff41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only package with changes other than its version number was: -* +* certbot-dns-rfc2136 More details about these changes can be found on our GitHub repo.