diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 07:15:00 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 07:15:00 -0400 |
commit | c23fdc8db3c048b052ac2c6c73faa1b6f9a597a3 (patch) | |
tree | 1d4e6a929645385c39a3603936ae554fa33a46f2 | |
parent | fbbc002be5e57981a0f2c56679b9ac770abcbc5b (diff) |
Prepare for 4.12.0 release.
-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 |