From a1b6cceb65978c76271e22d41d4a380b381f7caa Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 24 Apr 2018 12:00:49 -0300 Subject: [PATCH] CHANGES: Adds info about: #1737 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index dfcd7918..b691bf76 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ v3.0.3 - YYYY-MMM-DD (to be released) ------------------------------------- + - Cosmetics: Represents amount of skipped rules without decimal + [Issue #1737 - @p0pr0ck5] - Add missing escapeSeqDecode, urlEncode and trimLeft/Right tfns to parser [Issue #1752 - @victorhora] - Fix STATUS var parsing and accept STATUS_LINE var for v2 backward comp.