From 9904db4e5cfc938a40169853c40dfc62bae963f7 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 14 Apr 2019 23:02:04 -0400 Subject: [PATCH] Add missing ChangeLog entry --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0452c61..c1dd10e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ - Fix cv=none processing for initial signature in chain - Add additional text documenting use of srv_id for ARC signing to docstrings and man 1 arcsign (LP: #1808301) + - Use same line seperator for output as input in dkimsign/arcsign + (LP: #1808686) - Refactor canonicalization.py strip_trailing_lines to avoid using re for more consistent processing across python versions (Thanks to Jonathan Bastien-Filiatrault for the change)