From f888f4e5e4ec973cd6680c76412a2e331a8f4c03 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Mon, 23 Apr 2018 22:46:21 -0300 Subject: [PATCH] CHANGES: Adds info about: #1751 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index ac373043..1f1df105 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ v3.0.3 - YYYY-MMM-DD (to be released) ------------------------------------- + - Initialize m_dtd member in ValidateDTD class as NULL + [Issue #1751 - @airween] - Fix broken @detectxss operator regression test case [Issue #1739 - @p0pr0ck5] - Fix utils::string::ssplit() to handle delimiter in the end of string