diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ac4ec283..eee3e03b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,10 @@ lxml changelog Features added -------------- +* ``ET.write()``, ``tostring()`` and ``tounicode()`` now accept a keyword + argument ``method`` that can be one of 'xml' (or None), 'html' or 'text' to + serialise as XML, HTML or plain text content. + * ``iterfind()`` method on Elements returns an iterator equivalent to ``findall()`` |
