aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-28 07:10:57 +0200
committerMartin Fischer <martin@push-f.com>2023-09-28 07:26:44 +0200
commit7493f019cd7991c336324711af2247eda3851ec5 (patch)
tree89f504c38ae25091ecf15919c5ca4d662e39f4c3 /CHANGELOG.md
parent202b5782ebc9661420623878898bc06ce861051b (diff)
break!: rename Emitter::emit_error to report_error
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03652cd..961665c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@
* Removed `pop_token` method and `Token` associated type.
`std::iter::Iterator` is used instead now.
+ * Renamed `emit_error` to `report_error`.
+
### 0.5.1 - 2023-09-03
#### Features