From 917e3aba6bb8b0c6aa7f0eaf5c9a8128b4e59531 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 5 Dec 2023 10:33:49 -0800 Subject: [PATCH] add pkg_resources changelog (#9851) --- certbot/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index cea715277..5fb2cd4ed 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -14,7 +14,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed -* +* Stop using the deprecated `pkg_resources` API included in `setuptools`. More details about these changes can be found on our GitHub repo.