Added ctl:ruleRemoveById action. See #259.

This commit is contained in:
brectanus
2007-10-17 19:11:47 +00:00
parent 9efa02f423
commit 974298a76c
4 changed files with 38 additions and 23 deletions

View File

@@ -1,7 +1,9 @@
01 Oct 2007 - 2.5.0-dev3
17 Oct 2007 - 2.5.0-dev3
------------------------
* Added ctl:ruleRemoveById action to allow rule removal on a match.
* Added a @containsWord operator that will match a given string anywhere in
the target value, but only on word boundaries.