diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-05 08:57:22 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-05 08:59:54 +0200 |
commit | 41652907ba756d4d6a460944ccd8ab20d055e1d3 (patch) | |
tree | b405e6ce99d217790b1ac661842655132b265ed7 /CHANGELOG.md | |
parent | 8a1adbeaef996901158601b30715ea0ec5a4a40a (diff) |
fix(docs): Comment data_offset field was changed
I forgot to document this breaking change
in e993f19c2b8ef00b32f17f9ed32306f3ceb21bc3.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1cf93..c00cc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ * `StartTag`/`EndTag`: Added `name_span` fields (and removed the same-named methods). + * `Comment`: The `data_offset` field has been replaced with `data_span`. + * `Doctype`: The `name` field is now optional. * `AttributeOwned`: The `name_offset` and `value_offset` fields have |