summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-02-13 10:46:53 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-02-13 10:46:53 -0500
commit4d8d9af1c841d1eec0e9e838a467579831268b8b (patch)
treeb12125a543029481a02c69e96cc1b947af63b374 /CHANGELOG
parent0986e7bb25c46c2c9c1787e474e81de157ecfedf (diff)
Performance improvement when processing tags that speeds up overall
tree construction by 2%. Patch by Morotti. [bug=1899358]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7eee93d..7954872 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,9 @@
namespaced attribute is the empty string, as opposed to
None. [bug=1915583]
+* Performance improvement when processing tags that speeds up overall
+ tree construction by 2%. Patch by Morotti. [bug=1899358]
+
* Improve the warning issued when a directory name (as opposed to
the name of a regular file) is passed as markup into the BeautifulSoup
constructor. [bug=1913628]