From ba256adcdbf97917b1c7b583d071b45a897b5146 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 22 Nov 2024 11:23:00 -0800 Subject: [PATCH] add changelog entry --- certbot/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 33563d54e..868110395 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed -* +* Included an OpenSSL library that was missing in our Certbot snap fixing + crashes affecting 32-bit ARM users. More details about these changes can be found on our GitHub repo.