diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-12-23 17:19:27 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-12-23 17:19:27 -0500 |
commit | fe3f12db5a055a3c3e50f1bec609b9a030cd7909 (patch) | |
tree | 4d577e78be0496c17271d8e9d7f52af9343b7780 /NEWS.txt | |
parent | db096322896ab879b7b468f645e81a7bf91ddc94 (diff) | |
parent | 598b63d64d7c0849b734526ae8ecb27635f421a0 (diff) |
Merged in next_previous_fixes from Isaac Muse. [bug=1782928,1798699]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ += 4.7.0 (Unreleased) + +* Fix a number of problems with the tree builder that caused + trees that were superficially okay, but which fell apart when bits + were extracted. Patch by Isaac Muse. [bug=1782928] + +* Fixed a problem with the tree builder in which elements that + contained no content (such as empty comments and all-whitespace + elements) were not being treated as part of the tree. Patch by Isaac + Muse. [bug=1798699] + = 4.6.3 (20180812) * Exactly the same as 4.6.2. Re-released to make the README file |