diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-30 09:50:53 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:00:05 +0200 |
commit | 585c6349c9b84345364350f020e8f987a8b44f7b (patch) | |
tree | 8e8facc1a222f7fa134034f429938654c7fb9884 /CHANGELOG.md | |
parent | 854e55cd8577baa24a2f3bd00e4ed8687e150f36 (diff) |
fix!: off-by-one end-tag-with-trailing-solidus span
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8579e4d..13d3cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ * `emit_error` now takes a span instead of an offset. + * Several provided offsets have been changed to be more sensible. + Affected are: `set_self_closing` + * token types * `AttributeOwned`: The `value_offset` field has been replaced with `value_span`. @@ -39,7 +42,7 @@ * Fixed most error spans mistakenly being empty. * Fixed some error spans being off-by-one - (`eof-*`). + (`eof-*`, `end-tag-with-trailing-solidus`). ### 0.5.0 - 2023-08-19 |