summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 62a75ce..5e3475d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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")