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:
authorErica Portnoy <ebportnoy@gmail.com>2019-01-15 23:11:22 +0300
committerErica Portnoy <ebportnoy@gmail.com>2019-01-15 23:11:22 +0300
commit340d5468453dd9c88bb4537a451ff26555151abe (patch)
tree02844dcd99358b1bcb5d534367513891c8644872
parent6f754f63b187f0a3b9bbc5271675a7a32f42c7e0 (diff)
Update changelogclarify-revoke-deletion
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ca22f830..1861e38bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Fixed accessing josepy contents through acme.jose when the full acme.jose
path is used.
+* Clarify behavior for deleting certs as part of revocation.
Despite us having broken lockstep, we are continuing to release new versions of
all Certbot components during releases for the time being, however, the only
@@ -47,7 +48,7 @@ More details about these changes can be found on our GitHub repo.
* Copied account management functionality from the `register` subcommand
to the `update_account` subcommand.
-* Marked usage `register --update-registration` for deprecation and
+* Marked usage `register --update-registration` for deprecation and
removal in a future release.
### Fixed