diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,9 +1,10 @@ -= Unreleased += 4.8.1 (Unreleased) -* When the html.parser is in use, Beautiful Soup will, by default, - record the position in the original document where each tag was - encountered. This includes line number (Tag.lineno) and position - within a line (Tag.position). Based on code by Chris Mayo. +* When the html.parser or html5lib parsers are in use, Beautiful Soup + will, by default, record the position in the original document where + each tag was encountered. This includes line number (Tag.sourceline) + and position within a line (Tag.sourcepos). Based on code by Chris + Mayo. = 4.8.0 (20190720, "One Small Soup") |