summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-03-16 16:08:06 +0100
committerStefan Behnel <stefan_ml@behnel.de>2018-03-16 16:08:06 +0100
commit11623abac2079fc58dd7522c31cbc20a816935d0 (patch)
treeb94531ca5c639464eeae1b5b80039787723b8086
parentb398c5162867b2f994acca7572d3a151e6749f6c (diff)
downloadpython-lxml-11623abac2079fc58dd7522c31cbc20a816935d0.tar.gz
Update changelog.
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bdd8e461..1426628b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,18 @@
lxml changelog
==============
+4.2.1 (2018-??-??)
+==================
+
+Bugs fixed
+----------
+
+* LP#1755825: ``iterwalk()`` failed to return the 'start' event for the initial
+ element if a tag selector is used.
+
+* LP#1756314: Failure to import in PyPy due to a missing library symbol.
+
+
4.2.0 (2018-03-13)
==================