diff --git a/CHANGES b/CHANGES index 9a4c876b..6823bcdf 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ Changes since 2.5.0-dev2: + * Stricter configuration parsing. Disruptive actions, meta actions and + phases are no longer allowed in a chained rule. Disruptive actions, + are no longer allowed in a logging phase (phase 5) rule, including + inheriting from SecDefaultAction. + * More efficient collection persistance. * Fixed t:escapeSeqDecode to better follow ANSI C escapes.