summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-09-12 20:59:43 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-09-12 20:59:43 -0400
commit36a4d3f2c6b7ddb967d885ba36f850a668029d9e (patch)
tree3bc1bb253451cb7d5627bac8d414aa35f521280a /CHANGELOG
parenta4335b05b0d65d299469dcd8aa066094fc84dd8f (diff)
Ported unit tests to use pytest.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 596f4da..200c7e5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,10 @@ Beautiful Soup's official support for Python 2 ended on December 31st,
4.9.3. In the Launchpad Bazaar repository, the final revision to support
Python 2 was revision 605.
+= 4.11.0 (Unreleased)
+
+* Ported unit tests to use pytest.
+
= 4.10.0 (20210907)
* This is the first release of Beautiful Soup to only support Python