diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b0dc2..832f00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ * Removed `adjusted_current_node_present_and_not_in_html_namespace`. +* token types + + * `AttributeOwned`: The `value_offset` field has been replaced with `value_span`. + * Added missing `R: Position<O>` bounds for `Tokenizer`/`NaiveParser` constructors. (If you are able to construct a Tokenizer/NaiveParser, you should be able to iterate over it.) @@ -28,6 +32,8 @@ * Fixed `BufReadReader` skipping the whole line if it contained invalid UTF-8. +* Fixed attribute value spans being wrong for values containing character references. + ### 0.5.0 - 2023-08-19 #### Features |