Mention filters in changelog

parent c9636944
......@@ -19,6 +19,15 @@ vmod_re Changes
NEXT
----
* With the optional ``asfilter`` argument to ``re.regex()``, a varnish
filter is created, which can be used to run regular expression
substitions on bodies, similar to a flexible mix between
``regsub()`` and ``regsuball()`` on other strings in VCL.
In this setup,the ``xregex.substitute_match()`` and
``xregex.substitute_all()`` methods can be used to define
replacements for matches on the body.
* The ``.match_body()`` method has been added to match a regular
expression as defined by a ``re.regex()`` object against one of the
following objects:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment