From ea2ef1043881988317ccce3088bf8d5811386ef1 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 26 Feb 2023 18:34:30 -0500 Subject: [PATCH] Add missing CHANGES entries --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4d7dfcb..02f63e5 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,11 @@ - Improve support for non-ASCII email messages. Anything UTF-8 should work (including correct signing/verification). For messages that contain header fields with non-ASCII or UTF-8 content, signatures are likely fail - verification, but the milter should continue to run. + verification, but the milter should continue to run. (Thanks to Casper + Bruun for help with this) - Set minimum pymilter and dkimpy versions in setup.py to those that will work reliably with non-ASCII content. + - Fixed support for percent in KeyTable - Thanks to Mika Tiainen 1.2.2 2020-08-09 - Improve README.md formating for markdown display on pypi