mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Move changes to the right section of the changelog (#8236)
Fixing a mistake in pull request #8212 where I recorded my changes in an already released version 😳. - Moving new changes out of a previous changelog and into the next releases' changelog
This commit is contained in:
parent
ae7b4a1755
commit
70731dd75b
1 changed files with 4 additions and 5 deletions
|
|
@ -6,7 +6,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
|||
|
||||
### Added
|
||||
|
||||
*
|
||||
* Added the ability to remove email and phone contact information from an account
|
||||
using `update_account --register-unsafely-without-email`
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
@ -16,6 +17,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
|||
|
||||
* The problem causing the Apache plugin in the Certbot snap on ARM systems to
|
||||
fail to load the Augeas library it depends on has been fixed.
|
||||
* The `acme` library can now tell the ACME server to clear contact information by passing an empty
|
||||
`tuple` to the `contact` field of a `Registration` message.
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
|
|
@ -27,8 +30,6 @@ More details about these changes can be found on our GitHub repo.
|
|||
this concerns the plugin name, CLI flags, and keys in credential files.
|
||||
The prefixed form is still supported but is deprecated, and will be removed in a future release.
|
||||
* Added `--nginx-sleep-seconds` (default `1`) for environments where nginx takes a long time to reload.
|
||||
* Added the ability to remove email and phone contact information from an account
|
||||
using `update_account --register-unsafely-without-email`
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
@ -39,8 +40,6 @@ More details about these changes can be found on our GitHub repo.
|
|||
|
||||
### Fixed
|
||||
|
||||
* The `acme` library can now tell the ACME server to clear contact information by passing an empty
|
||||
`tuple` to the `contact` field of a `Registration` message.
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue