summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-10-23 17:39:17 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-10-23 17:39:17 -0400
commitd47e3e2b49f011f094aebca97da0509e39cb9ef8 (patch)
treee51a4a573e5a3c02f49c21fcfe7fc5f6cb208db7 /CHANGELOG
parent1b7c99d3dfc65e8b0448f06f084097947d3ce1a2 (diff)
Renamed the 'text' field to 'string' for real. Tests are not changed in this commit to demonstrate that the renaming doesn't break anything. [bug=1947038]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fcd203d..3747d19 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,12 @@ Python 2 was revision 605.
problems when parsing a Unicode string beginning with BYTE ORDER MARK.
[bug=1947768]
+* Some time ago, the misleadingly named "text" argument to find-type
+ methods was renamed to the more accurate "string." But this supposed
+ "renaming" didn't make it into important places like the method
+ signatures or the docstrings. That's corrected in this
+ version. ("text" still works, but don't use it.) [bug=1947038]
+
= 4.10.0 (20210907)
* This is the first release of Beautiful Soup to only support Python