aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-29 12:13:53 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commitc38810192fbf11007f53bcccd48072e099a4191a (patch)
tree796f86fa5383fdf1d84823ac5d746603fa7c2347 /CHANGELOG.md
parentd45e09a3157c71e3c95bf618a2b181f322c87a5d (diff)
break!: make Emitter::emit_error take span
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 832f00d..90a9101 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@
* Removed `adjusted_current_node_present_and_not_in_html_namespace`.
+ * `emit_error` now takes a span instead of an offset.
+
* token types
* `AttributeOwned`: The `value_offset` field has been replaced with `value_span`.