Added change description to CHANGELOG.md

This commit is contained in:
Giles Thomas 2019-02-05 18:43:03 +00:00 committed by GitHub
parent 4ca03aec8d
commit b27e5804b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
when a certificate is issued.
* Support for initiating (but not solving end-to-end) TLS-ALPN-01 challenges
with the `acme` module.
* Don't verify the existing certificate in HTTP01Response.simple_verify, for
compatibility with the real-world ACME challenge checks.
### Changed