mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
The merge of #8789 left the CHANGELOG.md entry at a previous certbot release. This PR puts the entry at the correct certbot version.
This commit is contained in:
parent
352ee258b7
commit
9e6b406218
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
|||
### Changed
|
||||
|
||||
* DNS plugins based on lexicon now require dns-lexicon >= v3.1.0
|
||||
* Use UTF-8 encoding for renewal configuration files
|
||||
* Windows installer now cleans up old Certbot dependency packages
|
||||
before installing the new ones to avoid version conflicts.
|
||||
|
||||
|
|
@ -48,7 +49,6 @@ More details about these changes can be found on our GitHub repo.
|
|||
* The module `acme.magic_typing` is deprecated and will be removed in a future release.
|
||||
Please use the built-in module `typing` instead.
|
||||
* The DigitalOcean plugin now creates TXT records for the DNS-01 challenge with a lower 30s TTL.
|
||||
* Use UTF-8 encoding for renewal configuration files
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue