aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-12 08:19:00 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 10:36:08 +0200
commitad6ac5f0a825775c231e76cdc9016e61e54f4141 (patch)
tree7e18bad94e0b1fbccef9c968f0c94cb49fa6e048 /CHANGELOG.md
parentab373b495c8ed659e64158b764206dd2eaa35336 (diff)
break!: rename DefaultEmitter to TracingEmitter
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f7452f..06831c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,13 +12,15 @@
* Removed the `Error` variant.
(Errors now have to be queried separately with
- `DefaultEmitter::drain_errors`.)
+ `TracingEmitter::drain_errors`.)
* Replaced the `String` variant with a new `Char` variant.
(The tokenizer now emits chars instead of strings.)
* Added the `EndOfFile` variant.
+* The `DefaultEmitter` has been renamed to `TracingEmitter`.
+
* The `DefaultEmitter` now emits `Token::EndOfFile` on the end-of-file.
(Previously it did not emit any token symbolizing the end-of-file.)