summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-05-06 14:43:41 -0400
committerLeonard Richardson <leonardr@segfault.org>2017-05-06 14:43:41 -0400
commita8a9224b7f97e882cc8ec712323d8b86631e42e9 (patch)
treec05a9ca701a2f0f5bccca4b75124e87193bc99b8 /NEWS.txt
parentdb3b9cf9e69aec1e333c17e52fe6d7cf56c0bf2f (diff)
downloadbeautifulsoup4-a8a9224b7f97e882cc8ec712323d8b86631e42e9.tar.gz
Renamed convenience method to get_attribute_text.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index aacd025..daeec24 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,6 @@
= 4.6.0 (Unreleased) =
-* Added the `Tag.stringattr` method, which acts like `Tag.get` for
+* 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]