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>2020-02-24 23:31:16 +0300
committerGitHub <noreply@github.com>2020-02-24 23:31:16 +0300
commit4ea98d830bcc3d1b980a4055243c6a6a25d8dc54 (patch)
treeab68440d8e44b31e0c3df9d74157727234d492de
parent4fd04366aad02e2fa51057d4912346bde9e39d02 (diff)
remove _internal docs (#7801)
-rw-r--r--certbot/CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index 30479f25b..57fbc820b 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -13,7 +13,6 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
-* certbot._internal.cli is now a package split in submodules instead of a whole module.
* Fix acme module warnings when response Content-Type includes params (e.g. charset).
* Fixed issue where webroot plugin would incorrectly raise `Read-only file system`
error when creating challenge directories (issue #7165).