From 9bf7e43e20ee7305b8882f4b96105fedc6710330 Mon Sep 17 00:00:00 2001 From: Jonathan Bastien-Filiatrault Date: Mon, 31 Dec 2018 09:21:11 -0500 Subject: [PATCH] ChangeLog entry as requested. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index ffaa3dc..2176499 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ UNRELEASED Version 0.9.2 Bastien-Filiatrault for the change) - Refactor header folding for more consistent results, including reduced stray whitespace (Also Jonathan Bastien-Filiatrault) + - Don't log message headers and body unless explicitely requested. This + should also reduce memory usage on large messages. (Jonathan + Bastien-Filiatrault). 2018-12-09 Version 0.9.1 - Fixed ARC verification to fail if h= tag is present in Arc-Seal and added tests