From 2e827c5da65c3b18bcef55e59ecdfb56077f8ad9 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Wed, 11 Jun 2025 16:37:43 -0700 Subject: [PATCH] Improve changelog entry (#10331) I thought https://github.com/certbot/certbot/pull/9804/ was abandoned but the author just missed my comment. I would like to accept that PR to get it in, but in the process of updating the PR I wrote a nicer changelog entry, so I would like to add that. --- certbot/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 8387bbd63..0f32a7eb0 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -14,7 +14,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed -* Fixed a bug where issuance error details where not printed +* When a CA fails to issue a certificate after finalization, print the ACME error from the order More details about these changes can be found on our GitHub repo.