From 3e848b8fcef90ccbef6dd64024208f620de9ca88 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 1 Nov 2019 13:59:17 -0700 Subject: [PATCH] Remove changelog entry about unpackaged scripts. (#7490) We don't package rebuild_dependencies.py so I don't think we need to mention changes to it in our changelog which is primarily read by users and packagers. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a57cb21..2334aa666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed -* Fixed a DeprecationWarning: invalid escape sequence in rebuild_dependencies.py. +* More details about these changes can be found on our GitHub repo.