From f17ef21acc32bcc4638321644ee8c017b85859b1 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Fri, 12 May 2023 01:18:13 -0400 Subject: [PATCH] ChangeLog whitespace fix --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 4dd47b3..8bfe839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ David for the patch and the report) - Confine errors from dnspython to dnsplug and use dkim errors, since dkim.__init__.py doesn't import dns and needs dkim errors (LP: #2018646) + 2023-04-30 Version 1.1.3 - Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how RSA key errors are treated (LP: #2018021)