summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 9e02805..c22f014 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,9 +3,12 @@
* As per PEP-8, allow searching by CSS class using the 'class_'
keyword argument. [bug=1037624]
-* Use namespace prefixes for namespaced attribute names, instead of
+* Display namespace prefixes for namespaced attribute names, instead of
the fully-qualified names given by the lxml parser. [bug=1037597]
+* Fixed a crash on encoding when an attribute name contained
+ non-ASCII characters.
+
* When sniffing encodings, if the cchardet library is installed,
Beautiful Soup uses cchardet instead of chardet. cchardet is much
faster. [bug=1020748]