diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-12 06:37:59 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-28 10:36:08 +0200 |
commit | 27e984084317ebbacdaf67823e4ee12a9060d76e (patch) | |
tree | 175f796e78d705021253c43feb783c5fc499576e /CHANGELOG.md | |
parent | e39b3297d81720b60fb4c23eca73c02a13bfc82a (diff) |
break!: remove NaiveParser::new_with_spans
The method never really made much sense since
you could just as well use NaiveParser::new.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aab7a86..8f7452f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ * Replaced `emit_string` with `emit_char`. +* `NaiveParser`: Removed `new_with_spans`. + ### 0.5.1 - 2023-09-03 #### Features |