summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2014-12-11 22:23:26 -0500
committerLeonard Richardson <leonardr@segfault.org>2014-12-11 22:23:26 -0500
commit5bd09164de9b5a45ffea4171968b8186dcdc6f69 (patch)
tree0784b1c3e6ef5a803d9323e056d14bbbc07ebc06 /NEWS.txt
parent3c133d8d12f314ff3d70195cc0422e8e087b7829 (diff)
Improved the lxml tree builder's handling of processing
instructions. [bug=1294645]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index d45e1c4..df2abef 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -11,6 +11,9 @@
* The select() method can now find tags whose names contain
dashes. Patch by Francisco Canas [bug=1276211]
+* Improved the lxml tree builder's handling of processing
+ instructions. [bug=1294645]
+
* Restored the helpful syntax error that happens when you try to
import the Python 2 edition of Beautiful Soup under Python
3. [bug=1213387]