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:
Diffstat (limited to 'certbot/CHANGELOG.md')
-rw-r--r--certbot/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index bc5ad90d6..30479f25b 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -15,6 +15,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* 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).
### Fixed