diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-01 13:27:46 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:00:05 +0200 |
commit | 6556106154d7e7cbc7820f223b9baaf49a900449 (patch) | |
tree | 1778db5ce2665aa49afb68041f53b6ee07149916 /CHANGELOG.md | |
parent | 0581e619867bde2374376265b24169b404187529 (diff) |
fix!: make set_self_closing encoding-independent
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 87785c5..b7ae1d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,12 +20,12 @@ * Removed `adjusted_current_node_present_and_not_in_html_namespace`. - * `emit_error` now takes a span instead of an offset. + * `emit_error` and `set_self_closing` now take a span instead of an offset. * Added a `name_offset` parameter to `init_start_tag` and `init_end_tag`. * Several provided offsets have been changed to be more sensible. - Affected are: `set_self_closing`, `init_start_tag`, `init_end_tag`, `emit_current_tag` + Affected are: `init_start_tag`, `init_end_tag`, `emit_current_tag` * token types |