From fb39de7d01f5d7af4fc95daf86fe21a882520ed9 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 11 Jun 2020 01:19:51 -0700 Subject: [PATCH] add changelog entry (#8067) --- certbot/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index a9338ca15..60a5d2aaa 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -6,6 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Added +* Certbot snaps are now available for the i386, arm64, and armhf architectures. * Add minimal code to run Nginx plugin on NetBSD. * Make Certbot snap find externally snapped plugins * Function `certbot.compat.filesystem.umask` is a drop-in replacement for `os.umask`