summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-01-27 14:25:15 -0500
committerLeonard Richardson <leonardr@segfault.org>2023-01-27 14:25:15 -0500
commit159acad64e01010cded01c9c6dba849178e929e5 (patch)
treea94d6a30e26b7e9de3aacb0612d184ad11a202a1 /CHANGELOG
parente66f91c3d898e53a94fdd933ae9f9f62c52eaa2c (diff)
Implemented the more complicated case of providing an appropriate stacklevel for the warning issued when the deprecated 'text' argument is passed in.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 39cf884..1e6a070 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,7 +20,7 @@ Bazaar repository, the final revision to support Python 2 was 605.
copied. [bug=1990400]
* Warnings now do their best to provide an appropriate stacklevel,
- improving the usefulness of the error message. [bug=1978744]
+ improving the usefulness of the message. [bug=1978744]
* Passing a Tag's .contents into PageElement.extend() now works the
same way as passing the Tag itself.