aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-29 13:17:59 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 10:36:08 +0200
commite39b3297d81720b60fb4c23eca73c02a13bfc82a (patch)
treee95f3f45934da92c7d883fc0618fb9dbbd23adbe /CHANGELOG.md
parentbb7c64a8245769f20742502cfa942f33ccb08af7 (diff)
break!: make DefaultEmitter::emit_eof emit EndOfFile
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e59e008..aab7a86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,9 @@
* Added the `EndOfFile` variant.
+* The `DefaultEmitter` now emits `Token::EndOfFile` on the end-of-file.
+ (Previously it did not emit any token symbolizing the end-of-file.)
+
* `Emitter` trait
* Removed `pop_token` method and `Token` associated type.