diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 14:43:41 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 14:43:41 -0400 |
commit | 9f811070c46bfca9868b0365b8c209bd2ca17924 (patch) | |
tree | f2235982c223a8ea2c472f0e5e23127c968513c7 /NEWS.txt | |
parent | 13ec3c3f3010820be225094cc06862cc4b3b2944 (diff) |
Renamed convenience method to get_attribute_text.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |