summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-07-21 12:50:29 -0400
committerLeonard Richardson <leonardr@segfault.org>2018-07-21 12:50:29 -0400
commit81f853622f808fba7cd89d02ec524abc8588f196 (patch)
tree2505aa8a7b79b727936fd257dbca1a2f7a1467fc /NEWS.txt
parent70210f7ddef2d4a6aa8cb090c6f520a294012417 (diff)
downloadbeautifulsoup4-81f853622f808fba7cd89d02ec524abc8588f196.tar.gz
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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index ecaccad..1aa0a42 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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