diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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. |