From 43827ab5fb651b79aadb1dd47e74ee342b805288 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 25 May 2021 10:06:25 -0700 Subject: [PATCH] add changelog entry --- certbot/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 76a24c697..17bce3ab8 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -19,6 +19,12 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). and clarify output. If you would like to see more verbose output, use the -v or -vv flags. UX improvements are an iterative process and the Certbot team welcomes constructive feedback. +* We changed how dependencies are specified between Certbot packages. For this + and future releases, higher level Certbot components will require that lower + level components are the same version or newer. More specifically, version X + of the Certbot package will now always require acme>=X and version Y of a + plugin package will always require acme>=Y and certbot=>Y. Specifying + dependencies in this way simplifies testing and development. ### Fixed