diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-05-30 15:03:49 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-05-30 15:03:49 -0400 |
commit | cd2a59fbd92fd78cde913b19bc14c2fda6122750 (patch) | |
tree | caeee46a372e7f1e23c6d9630407ea18e4aab012 /CHANGELOG | |
parent | b80c4201fc48617742c49411278b1853fb779a35 (diff) |
Fixed a bug that caused too many tags to be popped from the tag
stack during tree building, when encountering a closing tag that had
no matching opening tag. [bug=1880420]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ += Unreleased + +* Fixed a bug that caused too many tags to be popped from the tag + stack during tree building, when encountering a closing tag that had + no matching opening tag. [bug=1880420] + = 4.9.1 (20200517) * Added a keyword argument 'on_duplicate_attribute' to the |