From f104d1f9bf53eb2e625f03889489906dc87bd99c Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 18 May 2021 14:22:17 -0700 Subject: [PATCH] Add changelog entry --- certbot/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 630fc386b..cd8b27a46 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -14,6 +14,11 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * Use UTF-8 encoding for renewal configuration files * Windows installer now cleans up old Certbot dependency packages before installing the new ones to avoid version conflicts. +* This release contains a substantial command-line UX overhaul, + based on previous user research. The main goal was to streamline + and clarify output. If you would like to see more information, use + the -v or -vv flags. UX improvements are an iterative process and + the Certbot team welcomes constructive feedback. ### Fixed