update changelog

This commit is contained in:
Brad Warren 2022-11-17 08:27:06 -08:00
parent 10cdafd27f
commit f13af7ad7d

View file

@ -6,6 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Added
* Support for Python 3.11 was added to Certbot and all of its components.
* `acme.challenges.HTTP01Response.simple_verify` now accepts a timeout argument which defaults to 30 that causes the verification request to timeout after that many seconds.
### Changed