diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:15:20 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:15:20 -0400 |
commit | 37f5c73d481b82fdfdfa2411806807f81db3268f (patch) | |
tree | f5b0a33ec57c66c93b136e485caddc5a24208956 /CHANGELOG | |
parent | aa9fd36703b500a14d024c2d0c63444668c0a411 (diff) |
Added unit tests for fuzz test cases created by third
parties. Most of these tests are skipped since they either point
out problems in code outside of Beautiful Soup, or problems with
Beautiful Soup that haven't been resolved yet, but this puts them
all in one convenient place.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ Note: Beautiful Soup's official support for Python 2 ended on January 1st, 4.9.3. In the Launchpad Git repository, the final revision to support Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. += 4.12.1 (Unreleased) + +* Added unit tests for fuzz test cases created by third + parties. Most of these tests are skipped since they either point + out problems in code outside of Beautiful Soup, or problems with + Beautiful Soup that haven't been resolved yet, but this puts them + all in one convenient place. + = 4.12.0 (20230320) * Introduced the .css property, which centralizes all access to |