diff options
author | Leonard Richardson <leonardr@segfault.org> | 2024-08-21 20:18:33 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2024-08-21 20:18:33 -0400 |
commit | 9786a62726de5a8caba10021c4d4a58c8a3e9e3f (patch) | |
tree | 2ca847f8fc20e7da3e548fc009449a92c6f50068 /CHANGELOG | |
parent | 7fb51753743644e23dfb3e7a964d387583dd0bc0 (diff) |
* Changes to make tests work whether tests are run under soupsieve 2.6
or an earlier version. Based on a patch by Stefano Rivera.
* Removed the strip_cdata argument to lxml's HTMLParser
constructor, which never did anything and is deprecated as of lxml
5.3.0. Patch by Stefano Rivera. [bug=2076897]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ += Unreleased + +* Changes to make tests work whether tests are run under soupsieve 2.6 + or an earlier version. Based on a patch by Stefano Rivera. + +* Removed the strip_cdata argument to lxml's HTMLParser + constructor, which never did anything and is deprecated as of lxml + 5.3.0. Patch by Stefano Rivera. [bug=2076897] + = 4.12.3 (20240117) * The Beautiful Soup documentation now has a Spanish translation, thanks |