mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
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)) ```
This commit is contained in:
parent
6e489cdb74
commit
259dfadb43
2 changed files with 2 additions and 0 deletions
1
newsfragments/10468.changed
Normal file
1
newsfragments/10468.changed
Normal file
|
|
@ -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.
|
||||
1
newsfragments/10478.changed
Normal file
1
newsfragments/10478.changed
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue