From c0d10bba5a127e8010cd5df412555f952512c3a6 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 2 Aug 2017 12:11:19 -0700 Subject: [PATCH] typos and grammar --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8cafff8..377c472f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,11 +31,11 @@ Certbot adheres to [Semantic Versioning](http://semver.org/). ### Fixed -* Encoding errors that could occur when parsing error messages from the acme +* Encoding errors that could occur when parsing error messages from the ACME server containing Unicode have been resolved. -* certbot-auto no longer prints misleading messages about their being a newer +* certbot-auto no longer prints misleading messages about there being a newer pip version available when installation fails. -* Certbot's acme library now properly extracts domains from critical SAN +* Certbot's ACME library now properly extracts domains from critical SAN extensions. More details about these changes can be found on our GitHub repo: