summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-04-05 09:48:16 -0400
committerLeonard Richardson <leonardr@segfault.org>2023-04-05 09:48:16 -0400
commit43038bb57e1379795db4363d9715fb238fb67f50 (patch)
tree7940d405ab261e085cf61cbc2a04436c4fc6f10c /CHANGELOG
parentc8ec7d1e72c9aaa840cde48d3204fdfa1e872232 (diff)
The demonstrate_parser_differences.py script was still written in
Python 2. I've converted it to Python 3, but since no one noticed this problem, it's a sign that no one uses this script and it's not serving its purpose. I may rework or remove it in a later version.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cba16ee..5baac68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,7 +19,9 @@ supported.
object can still cause an overflow.)
* Replaced setup.py and setup.cfg with pyproject.toml. Beautiful Soup
- packages now uses hatch as its build backend.
+ packages now uses hatch as its build backend. This results in some
+ minor changes to the build artifacts, e.g. wheels no longer include
+ the unit tests.
* Added a tox.ini file to make it easier to run the test suite against all
supported versions of Python.
@@ -41,6 +43,11 @@ supported.
* PageElement now implements the known_xml attribute. (This was technically
a bug, but it shouldn't be an issue in normal use.) [bug=2007895]
+* The demonstrate_parser_differences.py script was still written in
+ Python 2. I've converted it to Python 3, but since no one noticed this
+ problem, it's a sign that no one uses this script and it's not
+ serving its purpose. I may rework or remove it in a later version.
+
= 4.12.0 (20230320)
* Introduced the .css property, which centralizes all access to