aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-01 12:38:40 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commit03ca8c1f599828eb12e60e6012684bb4c09dbf89 (patch)
tree27709eb8f048625ea45cfa76ea1671314bc4aba6 /CHANGELOG.md
parent822cc78d438e8df6a068d811d3cc825b883aba36 (diff)
fix!: calculate tag offsets in Tokenizer instead of Emitter impl
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 474460f..28431e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,7 +23,7 @@
* `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`
+ Affected are: `set_self_closing`, `init_start_tag`, `init_end_tag`, `emit_current_tag`
* token types