summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 9378f51..fc7cd68 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,10 +1,14 @@
= 4.1.2 (Unreleased) =
+* 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
the fully-qualified names given by the lxml parser. [bug=1037597]
-* When sniffing encodings, if the cchardet library is installed, use
- it instead of chardet. It's much faster. [bug=1020748]
+* When sniffing encodings, if the cchardet library is installed,
+ Beautiful Soup uses ccharder instead of chardet. cchardet is much
+ faster. [bug=1020748]
* Use logging.warning() instead of warning.warn() to notify the user
that characters were replaced with REPLACEMENT