aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-15 08:15:29 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 10:36:08 +0200
commite0434737b20b32a8d7238a134c3662fa9075eb6d (patch)
tree8fbfc1fa768fead46a425a1c51970338517ed695 /CHANGELOG.md
parentd913e6e91e43241b0105afbbad7db5c5bcda0255 (diff)
feat: add offset to Trace::EndOfFile
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52de087..5c6cc58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
#### Features
+* Added offsets for end-of-file tokens.
+
* Added a blanket implementation to implement `Reader` for boxed readers.
#### Breaking changes
@@ -35,6 +37,8 @@
* Replaced `emit_string` with `emit_char`.
+ * Added an offset parameter to `emit_eof`.
+
* `NaiveParser`: Removed `new_with_spans`.
### 0.5.1 - 2023-09-03