summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-03-10 09:18:39 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-03-10 09:18:39 -0400
commit7133d0a1ed1262528baf73fc5f65bcbc8841a041 (patch)
tree83f0718082ea5816b18acc8db61588f2dd749a7e /CHANGELOG
parent542d5d3d3bd33661d593e224f62ed4950949ce60 (diff)
Fixed a bug that happened when passing a Unicode filename containing
non-ASCII characters as markup into Beautiful Soup, on a system that allows Unicode filenames. [bug=1866717]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3f460ae..2ee3613 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,10 @@
* Fixed an unhandled exception when formatting a Tag that had been
decomposed.[bug=1857767]
+* Fixed a bug that happened when passing a Unicode filename containing
+ non-ASCII characters as markup into Beautiful Soup, on a system that
+ allows Unicode filenames. [bug=1866717]
+
* Added a performance optimization to PageElement.extract(). Patch by
Arthur Darcet.