summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 48982e4..af2adcc 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -14,6 +14,10 @@
then the first type error encountered is returned. This is
consistent with the behavior of `encoding/json`.
+ - Bugfix: Decoder: If there is a syntax error in a byte that
+ invalid UTF-8, include that byte value in the error message
+ rather than including the U+FFFD Unicode replacement character.
+
# v0.3.7 (2023-02-20)
Theme: Fixes from fuzzing (part 1?)