diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-01-01 13:30:28 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-01-01 13:30:28 -0500 |
commit | 981c34917f44d96b5c7fa3314bcf39c772d12a61 (patch) | |
tree | a42db5bee6974fe281d12fb8285cec6a50966471 /CHANGELOG | |
parent | a021fc8a1aac56aa4a75c68fee5c4cb6a0e68551 (diff) |
API CHANGE - Added PageElement.decomposed, a new property which lets you
check whether you've already called decompose() on a Tag or
NavigableString.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -= Unreleased += 4.9.0 (Unreleased) + +* Added PageElement.decomposed, a new property which lets you + check whether you've already called decompose() on a Tag or + NavigableString. * Fixed an unhandled exception when formatting a Tag that had been decomposed.[bug=1857767] |