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@users.noreply.github.com>2019-11-08 22:11:03 +0300
committerGitHub <noreply@github.com>2019-11-08 22:11:03 +0300
commit0a48d7bf7ee9f48dc9eef3dd162424ed8b69851c (patch)
tree8874d01876bbc8a52c9f91043a23b32ab50a4a69 /CHANGELOG.md
parent4b488614cf7749c8139c11f0983fe4b71e29827f (diff)
remove get_systemd_os_info (#7526)
Fixes #7500.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03b4ec995..826a59dd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,8 +14,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* `certbot.plugins.common.TLSSNI01` has been removed.
* The functions `certbot.client.view_config_changes`,
`certbot.main.config_changes`,
- `certbot.plugins.common.Installer.view_config_changes`, and
- `certbot.reverter.Reverter.view_config_changes` have been removed
+ `certbot.plugins.common.Installer.view_config_changes`,
+ `certbot.reverter.Reverter.view_config_changes`, and
+ `certbot.util.get_systemd_os_info` have been removed
### Fixed