summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-08-17 09:40:26 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-08-17 09:40:26 -0400
commita1dbeb6bbd8de7a519f28e44c6a7bfd01de9e875 (patch)
treed8547b1ce55019a07c923d0cff7ec2b301500402 /NEWS.txt
parentadd51d411ddfce7e283ac735f6b9860633a7bb28 (diff)
Fixed a crash on encoding when an attribute name contained
non-ASCII characters.
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]