diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-21 12:50:29 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-21 12:50:29 -0400 |
commit | 58cffa003e82049b78f14db73518d000cd05e3d6 (patch) | |
tree | 7a81d6e9c18554c7e5e9fc1673113f3932f67dc9 /NEWS.txt | |
parent | febd6cea8cdd665a6f13c7040c3ff7d60d350e41 (diff) |
Clarified the deprecation warning when accessing tag.fooTag, to cover
the possibility that you might really have been looking for a tag
called 'fooTag'.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ an attribute like 'name' that would otherwise be masked by another argument of new_tag. [bug=1779276] +* Clarified the deprecation warning when accessing tag.fooTag, to cover + the possibility that you might really have been looking for a tag + called 'fooTag'. + = 4.6.0 (20170507) = * Added the `Tag.get_attribute_list` method, which acts like `Tag.get` for |