summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 09:07:08 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 09:07:08 -0400
commitc40bc98de62545aa8855311a1d046af5cd9020ba (patch)
tree5ae3d729a91f07b571ae4d05558161f39dcb61a5 /NEWS.txt
parent55538ee74f6e0b28818e6a62d6160d910a55b2ec (diff)
Fixed a bug with the string setter that moved a string around the
tree instead of copying it. [bug=983050]
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 259a881..7db893f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,9 @@
* Fixed a bug that sometimes created disconnected trees.
+* Fixed a bug with the string setter that moved a string around the
+ tree instead of copying it. [bug=983050]
+
* Added the missing renderContents method from Beautiful Soup 3. Also
added an encode_contents() method to go along with decode_contents().