summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-05-06 21:38:56 -0400
committerLeonard Richardson <leonardr@segfault.org>2017-05-06 21:38:56 -0400
commita860302f892294d43d509d4b47c07623f44be947 (patch)
tree48de7402726a87a113c3ec42e887392c5dcd786a /NEWS.txt
parent797c844c569f0f32ee243642bb6a286d12a004a8 (diff)
Replace get_attribute_text with get_attribute_list.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 91fe13c..602e7c1 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,8 +1,8 @@
= 4.6.0 (Unreleased) =
-* Added the `Tag.get_attribute_text` 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]
+* Added the `Tag.get_attribute_list` method, which acts like `Tag.get` for
+ getting the value of an attribute, but which always returns a list,
+ whether or not the attribute is a multi-value attribute. [bug=1678589]
* It's now possible to use a tag's namespace prefix when searching,
e.g. soup.find('namespace:tag') [bug=1655332]