aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-12 08:23:52 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 10:36:08 +0200
commitd913e6e91e43241b0105afbbad7db5c5bcda0255 (patch)
tree35258fc2df6e788315c4572f99e45c9830487738 /CHANGELOG.md
parent852d5c6f2e65a5ab466662ae1c649a0ed25c70a9 (diff)
feat: implement BasicEmitter
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0c1ed6..52de087 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,12 +21,10 @@
* Added the `EndOfFile` variant.
-* The `DefaultEmitter` has been renamed to `TracingEmitter`.
+* The `DefaultEmitter` has been removed, there now is:
-* The `DefaultEmitter` now yields `(Token, Trace)` instead of just `Token`.
-
-* The `DefaultEmitter` now emits `Token::EndOfFile` on the end-of-file.
- (Previously it did not emit any token symbolizing the end-of-file.)
+ * the `BasicEmitter` which yields just `Token`
+ * the `TracingEmitter` which yields `(Token, Trace)`
* `Emitter` trait