diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-03 11:06:25 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:00:05 +0200 |
commit | 6e6bbcd053c6114a9fa75052b09e701eaa2f3465 (patch) | |
tree | 609a4823541e28a40244ad018ad1bb3a9aeb0124 /CHANGELOG.md | |
parent | d56686deab81c8b50207b75a485cf26ec8502383 (diff) |
feat: add Doctype::name_span
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0deb60e..cc62de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ (Since `adjusted_current_node_present_and_not_in_html_namespace` has been removed, the DefaultEmitter is now spec-compliant and can be exposed in good conscience.) +* Added `Doctype::name_span`. + #### Breaking changes * Iterating over `Tokenizer` now yields values of a new `Event` enum. |