summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-02-11 21:57:22 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-02-11 21:57:22 +0100
commit37bbf648b5de8941480370d96aa23fcca53870fd (patch)
treeacf9e3d3c007228ddcbb736fe8db6e0c38e80d16
parent4939666296cadbae280f7eeb17c4c8fc7f2cdf0b (diff)
downloadpython-lxml-37bbf648b5de8941480370d96aa23fcca53870fd.tar.gz
changelog
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f71d42d7..0b9102b1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,9 @@ Features added
* ``ElementTree.write()`` has a new option ``doctype`` that writes out a
doctype string before the serialisation, in the same way as ``tostring()``.
+* GH#220: ``xmlfile`` allows switching output methods at an element level.
+ Patch by Burak Arslan.
+
Bugs fixed
----------