From 20e0e1f99bd9b4b1dbbebde502b60cbd5f30456e Mon Sep 17 00:00:00 2001 From: Q Date: Thu, 20 Apr 2023 21:35:36 +0100 Subject: [PATCH] add to changelog --- AUTHORS.md | 1 + certbot/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3337859a2..22832f743 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -220,6 +220,7 @@ Authors * [Piotr Kasprzyk](https://github.com/kwadrat) * [Prayag Verma](https://github.com/pra85) * [Preston Locke](https://github.com/Preston12321) +* [Q Misell][https://magicalcodewit.ch] * [Rasesh Patel](https://github.com/raspat1) * [Reinaldo de Souza Jr](https://github.com/juniorz) * [Remi Rampin](https://github.com/remram44) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 3d236b4f7..efa49a733 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -6,7 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Added -* +* There is now a new `Other` annotated challenge object to allow plugins to support entirely novel challenges. ### Changed