summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-02-11 22:00:50 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-02-11 22:00:50 +0100
commitfd4b0692a65ac128d944c462bd219e8c58e54d61 (patch)
treeee6b4ea35f81788691fb2b05aa51d09a00efdc70
parent37bbf648b5de8941480370d96aa23fcca53870fd (diff)
parent3c307f2a9151f47822a480ff188b86034bead25f (diff)
downloadpython-lxml-fd4b0692a65ac128d944c462bd219e8c58e54d61.tar.gz
merge lxml-3.7 branch into master
-rw-r--r--CHANGES.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0b9102b1..f0de6c37 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,12 +14,6 @@ Features added
* GH#220: ``xmlfile`` allows switching output methods at an element level.
Patch by Burak Arslan.
-Bugs fixed
-----------
-
-* GH#222: ``lxml.html.submit_form()`` failed in Python 3.
- Patch by Jakub Wilk.
-
Other changes
-------------
@@ -35,10 +29,16 @@ Bugs fixed
* GH#218 was ineffective in Python 3.
+* GH#222: ``lxml.html.submit_form()`` failed in Python 3.
+ Patch by Jakub Wilk.
+
3.7.2 (2017-01-08)
==================
+* GH#220: ``xmlfile`` allows switching output methods at an element level.
+ Patch by Burak Arslan.
+
Bugs fixed
----------