diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index d01d59069..6f39a27b9 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -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.