aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-28 19:49:51 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:00:05 +0200
commitc993dfb0c071d5015d019ffa94b438214a842975 (patch)
tree4b911b24812b07642d491aaf14b6dd5a9b006b58 /CHANGELOG.md
parentf31bffb8426f04aaadea911e7c42b130a9ee80a5 (diff)
feat: make DefaultEmitter public again
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a401bfe..c7b0dc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@
* `BufReadReader` can now operate on any `std::io::Read` implementation
and no longer requires the reader to implement `std::io::BufRead`.
+* The `DefaultEmitter` is now public again.
+ (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.)
+
#### Breaking changes
* Iterating over `Tokenizer` now yields values of a new `Event` enum.