Update changelog for 4.35.0 release

This commit is contained in:
Erica Portnoy 2026-06-23 10:45:12 -07:00
parent c07c210325
commit 2a61f7ff5d
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,13 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
<!-- towncrier release notes start -->
## 4.35.0 - 2026-06-23
### 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

View file

@ -1 +0,0 @@
Fixed nginx configuration parsing when comments appear between tokens of a multi-line directive.