From 34cb8ae7be66e8ab7487892af740254416f9f5cf Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 14 Jun 2020 23:13:32 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eadb3fdb..fd832de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog ## master - CURRENT +### Added +* DNS challenges are now all run before any wait or check happens. This is useful for certificates that + contains lot of domains, because DNSroboCert will wait only once the provided `sleep_time`, instead + of waiting after each challenge. This optimizations is also valid for `max_checks`. + +### Modified +* Improve log output from the auth and cleanup hooks. +* Improve documentation. ## 3.3.4 - 14/06/2020 ### Modified