From 42a41fd491cf4d00de91523076125cfdc7e1d747 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 1 Nov 2021 16:11:21 -0700 Subject: [PATCH] more changelog entries --- certbot/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index dd3a7bf21..4771a2528 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -10,6 +10,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * Certbot will generate a `web.config` file on Windows in the challenge path when the `webroot` plugin is used, if one does not exist. This `web.config` file lets IIS serve challenge files while they do not have an extension. +* The function certbot.util.parse_loose_version was added to parse version + strings in the same way as the now deprecated distutils.version.LooseVersion + class from the Python standard library. ### Changed