diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-12-30 20:31:33 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-12-30 20:31:33 -0500 |
commit | 35668fff221abe596439c8950747ae1cffc8e21e (patch) | |
tree | eb282f92ae245bbf771d64c1a46926b595c16524 /NEWS.txt | |
parent | b5af2c27d41c26112f9943e692e05eeafc5919dc (diff) | |
parent | 24ea9dd361775e3c1e03dde430a03e34e64dbc6a (diff) |
Merging the linkage checker and html5lib fixes by Isaac Muse found in https://code.launchpad.net/~facelessuser/beautifulsoup/html5lib-fix/+merge/361282. [bug=1809910]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ * 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] + were extracted. Patch by Isaac Muse. [bug=1782928,1809910] * Fixed a problem with the tree builder in which elements that contained no content (such as empty comments and all-whitespace |