Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2021-11-02 02:11:21 +0300
committerBrad Warren <bmw@eff.org>2021-11-02 02:11:21 +0300
commit42a41fd491cf4d00de91523076125cfdc7e1d747 (patch)
tree0dda4bbb7112393751009ba0de99ff2d7d8a2f9c
parentd8766955eb82597e4b37be2cd15b0fd34f1d4f38 (diff)
more changelog entriestest-py310
-rw-r--r--certbot/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
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