From ead6855441a3b0936b22b66a62edc280efafd8c6 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 1 Feb 2021 15:19:32 -0800 Subject: [PATCH] add changelog entry --- certbot/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 1be23a130..021a27457 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -20,6 +20,10 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). certbot-auto script itself. This release includes Amazon Linux users, and all other systems that are not based on Debian or RHEL. We plan to make this change to the certbot-auto script for all users in the coming months. +* Certbot no longer conditionally depends on an external mock module. Certbot's + test API will continue to use it if it is available for backwards + compatibility, however, this behavior has been deprecated and will be removed + in a future release. ### Fixed