From 259dfadb43cc52cb06ba57883766497faaf72b59 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 26 Nov 2025 13:11:06 -0800 Subject: [PATCH] add changelog entry about IP refactoring (#10498) if you dislike the general idea of this PR, feel free to just close it, but i'm scheduled to release the next version of certbot a week from today and i personally didn't like how [newsfragments](https://github.com/certbot/certbot/tree/main/newsfragments) is so empty despite us having done a lot of work on certbot lately this PR just adds a simple newsfragment highlighting/teasing the work jsha has been leading on support for IP address certificates which i imagine would be of interest to some people in the community ``` $ towncrier build --draft --version 5.2.0 Loading template... Finding news fragments... Rendering news fragments... Draft only -- nothing has been written. What is seen below is what would be written. ## 5.2.0 - 2025-11-25 ### Added - Support for Python 3.14 was added. ([#10477](https://github.com/certbot/certbot/issues/10477)) ### Changed - While nothing significant should have changed from the user's perspective, we've been doing a lot of internal refactoring in preparation for soon adding support for IP address certificates to Certbot. ([#10468](https://github.com/certbot/certbot/issues/10468), [#10478](https://github.com/certbot/certbot/issues/10478)) ``` --- newsfragments/10468.changed | 1 + newsfragments/10478.changed | 1 + 2 files changed, 2 insertions(+) create mode 100644 newsfragments/10468.changed create mode 100644 newsfragments/10478.changed diff --git a/newsfragments/10468.changed b/newsfragments/10468.changed new file mode 100644 index 000000000..a3c055a4a --- /dev/null +++ b/newsfragments/10468.changed @@ -0,0 +1 @@ +While nothing significant should have changed from the user's perspective, we've been doing a lot of internal refactoring in preparation for soon adding support for IP address certificates to Certbot. diff --git a/newsfragments/10478.changed b/newsfragments/10478.changed new file mode 100644 index 000000000..a3c055a4a --- /dev/null +++ b/newsfragments/10478.changed @@ -0,0 +1 @@ +While nothing significant should have changed from the user's perspective, we've been doing a lot of internal refactoring in preparation for soon adding support for IP address certificates to Certbot.