summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/NEWS.txt b/NEWS.txt
index ddc9687..566f4b5 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -7,6 +7,12 @@
* Fixed yet another problem that caused the html5lib tree builder to
create a disconnected parse tree. [bug=1237763]
+* Force object_was_parsed() to keep the tree intact even when an element
+ from later in the document is moved into place. [bug=1430633]
+
+* Fixed yet another bug that caused a disconnected tree when html5lib
+ copied an element from one part of the tree to another. [bug=1270611]
+
* The select() method now supports selector grouping. Patch by
Francisco Canas [bug=1191917]
@@ -31,11 +37,8 @@
displayed correctly even if the filename or URL is a Unicode
string. [bug=1268888]
-* Force object_was_parsed() to keep the tree intact even when an element
- from later in the document is moved into place. [bug=1430633]
-
-* Fixed yet another bug that caused a disconnected tree when html5lib
- copied an element from one part of the tree to another. [bug=1270611]
+* Improved docstring for encode_contents() and
+ decode_contents(). [bug=1441543]
= 4.3.2 (20131002) =