summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 09:35:46 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 09:35:46 -0500
commit3c9e9c3f780d59f2ef7927fe8246ab78fe4f6572 (patch)
treef2c35a22d638d7a2886139b8c8b60eca0575949d /NEWS.txt
parentc199d176f1ebb4289428e1ba8a939b2cd1b55218 (diff)
Improved Unicode, Dammit's behavior when you give it Unicode to begin with.
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 b91f384..4535f19 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -20,6 +20,9 @@
* Fixed a bug that wrecked the tree if you replaced an element with an
empty string. [bug=728697]
+* Improved Unicode, Dammit's behavior when you give it Unicode to
+ begin with.
+
= 4.0.0b4 (20120208) =
* Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag()