summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 0fa568c..aacd025 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,8 @@
-= 4.5.4 (Unreleased) =
+= 4.6.0 (Unreleased) =
+
+* Added the `Tag.stringattr` method, which acts like `Tag.get` for
+ getting the value of an attribute, but which joins attribute
+ multi-values into a single string value. [bug=1678589]
* It's now possible to use a tag's namespace prefix when searching,
e.g. soup.find('namespace:tag') [bug=1655332]