update changelog for configargparse (#9789)

I'd like to do a bug fix release for https://github.com/certbot/certbot/issues/9786. If we're doing one, I figure we may as well flag this change from https://github.com/certbot/certbot/pull/9784 too.
This commit is contained in:
Brad Warren 2023-10-06 11:39:19 -07:00 committed by GitHub
parent 5849ff73fb
commit 61773be971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Fixed a bug that broke the DNS plugin for DNSimple that was introduced in
version 2.7.0 of the plugin.
* Correctly specified the new minimum version of the ConfigArgParse package
that Certbot requires which is 1.5.3.
More details about these changes can be found on our GitHub repo.