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:
authorohemorange <ebportnoy@gmail.com>2019-08-28 04:31:35 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-08-28 04:31:35 +0300
commit0fe28a64598dcddafaeb0b1acb6fafc56fc391ea (patch)
tree4eec86861aa66d8929241b12d913993eff3df3bb /CHANGELOG.md
parentaaeb4582e28339026a85bbd016716ce45fd79aae (diff)
Replace platform.linux_distribution with distro.linux_distribution (#7337)
Smallest possible fix for #7106 * Replace platform.linux_dependencies with distro.linux_dependencies * run build.py * Add minimum version of 1.0.1 * Pin back requests package * Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb051a22d..13e621ae7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* If Certbot fails to rollback your server configuration, the error message
links to the Let's Encrypt forum. Change the link to the Help category now
that the Server category has been closed.
+* Replace platform.linux_distribution with distro.linux_distribution as a step
+ towards Python 3.8 support in Certbot.
### Fixed