From 3df32a95df184167de811e6cc5bc5b6782aa3e0c Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 11 Jun 2026 17:08:45 -0700 Subject: [PATCH] Update changelog for 4.22.0 release --- certbot/CHANGELOG.md | 7 +++++++ newsfragments/10598.fixed | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 newsfragments/10598.fixed diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index eb8a2bc42..9b2cc36bd 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -4,6 +4,13 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). +## 4.22.0 - 2026-06-11 + +### Fixed + +- Fixed nginx configuration parsing when comments appear between tokens of a multi-line directive. ([#10598](https://github.com/certbot/certbot/issues/10598)) + + ## 5.6.0 - 2026-05-11 ### Changed diff --git a/newsfragments/10598.fixed b/newsfragments/10598.fixed deleted file mode 100644 index f0a68b533..000000000 --- a/newsfragments/10598.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed nginx configuration parsing when comments appear between tokens of a multi-line directive.