aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.