summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-08-27 11:47:13 -0400
committerLeonard Richardson <leonardr@segfault.org>2023-08-27 11:47:13 -0400
commit30c58a1d302e1aedaf86c168078bf5bc341e8c9a (patch)
tree33c340e1201ebe979c7369547702a61d65cefe3c /CHANGELOG
parent418ab58f94ea4a0957bcad8e7520bb3fb62d1394 (diff)
Corrected the syntax of the license definition in pyproject.toml. Patch
by Louis Maddox. [bug=2032848]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 644b318..a7c842c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,9 @@
markup would result in an AssertionError instead of a
ParserRejectedMarkup exception.
+* Corrected the syntax of the license definition in pyproject.toml. Patch
+ by Louis Maddox. [bug=2032848]
+
= 4.12.2 (20230407)
* Fixed an unhandled exception in BeautifulSoup.decode_contents