summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-24 07:09:24 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-24 07:09:24 -0400
commit090d03792ae4ce4dc794891744eeab93d6f89965 (patch)
tree25910056c97f93a5276338055adca21135d4077c /NEWS.txt
parenta069af53b07065479dc5c158b1c9774b846d6dce (diff)
downloadbeautifulsoup4-090d03792ae4ce4dc794891744eeab93d6f89965.tar.gz
Improved docstring for encode_contents() and decode_contents(). [bug=1441543]
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) =