diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:14:01 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 09:14:01 -0400 |
commit | aa9fd36703b500a14d024c2d0c63444668c0a411 (patch) | |
tree | 91b1ff0de3dfd6ff46b08a2d1b09267586977d90 /CHANGELOG | |
parent | 49a5fe0ade3c99ae516a7894c45279af0644a7f3 (diff) | |
parent | d0878350d3313909ba08eab73e4caeb96dbb1209 (diff) |
Merge branch 'master' into fuzz
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,7 @@ 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.0 (Unreleased) += 4.12.0 (20230320) * Introduced the .css property, which centralizes all access to the Soup Sieve API. This allows Beautiful Soup to give direct @@ -37,6 +37,10 @@ Python 2 was revision 70f546b1e689a70e2f103795efce6d261a3dadf7. similar (but more Pythonic) code in the BeautifulSoup constructor. [bug=2007344] +* Added intersphinx references to the documentation so that other + projects have a target to point to when they reference Beautiful + Soup classes. [bug=1453370] + = 4.11.2 (20230131) * Fixed test failures caused by nondeterministic behavior of |