From 1cb8c389b70de2d7f1c83bdf99286eb61b535e93 Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Sat, 25 Feb 2023 09:32:38 +1100 Subject: [PATCH] note the issue in the CHANGELOG --- certbot/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index e462d294a..59553ea8c 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -15,7 +15,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed -* +* Reverted [#9475](https://github.com/certbot/certbot/pull/9475) due to a performance regression in large nginx deployments. More details about these changes can be found on our GitHub repo.