Add changes to the correct changelog entry (#7833)

https://github.com/certbot/certbot/pull/7742 and https://github.com/certbot/certbot/pull/7738 landed after our 1.2.0 release, but the 1.2.0 changelog entry was modified instead of the one for master/1.3.0.

This PR moves the changelog entries to the 1.3.0 section.
This commit is contained in:
Brad Warren 2020-03-06 09:46:30 -08:00 committed by GitHub
parent d72a1a71d2
commit 7f63141e41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ More details about these changes can be found on our GitHub repo.
determine the OCSP status of certificates.
* Don't verify the existing certificate in HTTP01Response.simple_verify, for
compatibility with the real-world ACME challenge checks.
* Added support for `$hostname` in nginx `server_name` directive
### Changed
@ -37,7 +38,7 @@ More details about these changes can be found on our GitHub repo.
### Fixed
*
* Fix Apache plugin to use less restrictive umask for making the challenge directory when a restrictive umask was set when certbot was started.
More details about these changes can be found on our GitHub repo.
@ -46,7 +47,6 @@ More details about these changes can be found on our GitHub repo.
### Added
* Added support for Cloudflare's limited-scope API Tokens
* Added support for `$hostname` in nginx `server_name` directive
### Changed
@ -59,7 +59,6 @@ More details about these changes can be found on our GitHub repo.
### Fixed
* Fix collections.abc imports for Python 3.9.
* Fix Apache plugin to use less restrictive umask for making the challenge directory when a restrictive umask was set when certbot was started.
More details about these changes can be found on our GitHub repo.