aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-30 09:50:53 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commit585c6349c9b84345364350f020e8f987a8b44f7b (patch)
tree8e8facc1a222f7fa134034f429938654c7fb9884 /CHANGELOG.md
parent854e55cd8577baa24a2f3bd00e4ed8687e150f36 (diff)
fix!: off-by-one end-tag-with-trailing-solidus span
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
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