summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-03-05 19:08:41 -0500
committerLeonard Richardson <leonardr@segfault.org>2020-03-05 19:08:41 -0500
commitd35d70fc9a05252295110b9d7cd2eac5afce4a7c (patch)
treee3058b7e3b218bd2408d6ec61556f085b96cf553 /CHANGELOG
parent9d9fec2bfa9ad1c436138aabd67684b6368f8ebe (diff)
Added a performance optimization to PageElement.extract(). Patch by Arthur Darcet.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dde359e..3f460ae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,9 @@
* Fixed an unhandled exception when formatting a Tag that had been
decomposed.[bug=1857767]
+* Added a performance optimization to PageElement.extract(). Patch by
+ Arthur Darcet.
+
= 4.8.2 (20191224)
* Added Python docstrings to all public methods of the most commonly