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:
Daniel Drexler 2020-08-27 09:45:10 -07:00 committed by GitHub
parent ae7b4a1755
commit 70731dd75b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.