From 2b4a62dda5fdbaf4c4af444e81d2b5563b36bea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 12 Nov 2023 15:43:10 +0100 Subject: [PATCH] Update the change log --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b2a0a..0c91c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- ACMEd no longer crashes when the `random_early_renew` parameter is set to zero (GitHub bug #102). + ### Changed - The minimum supported Rust version (MSRV) is now 1.65. - Manual (and badly designed) threads have been replaced by async.