diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-02-13 10:46:53 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-02-13 10:46:53 -0500 |
commit | 4d8d9af1c841d1eec0e9e838a467579831268b8b (patch) | |
tree | b12125a543029481a02c69e96cc1b947af63b374 /CHANGELOG | |
parent | 0986e7bb25c46c2c9c1787e474e81de157ecfedf (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-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |