remove _internal docs (#7801)

This commit is contained in:
Brad Warren 2020-02-24 12:31:16 -08:00 committed by GitHub
parent 4fd04366aa
commit 4ea98d830b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).