From e5dbe593367316a8320b958a6679b7e842be648a Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 30 May 2017 08:14:44 -0300 Subject: [PATCH] Adds info about pull request #1432 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9278e5e2..1aca9063 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ DD MMM YYYY - 2.9.2 - To be released ------------------------------------ + * Avoid log flood while using SecConnEngine + [Issue #1436 - @victorhora] * Make url path absolute for SecHashEngine only when it is relative in the first place. [Issue #752, #1071 - @hideaki]