summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-23 21:30:12 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 01:18:59 -0700
commit051f966039028d257f27fc3a42c10cbff9f7c738 (patch)
tree6ae73810c4a2959a23294c6e46d13cc7fb7034be /ReleaseNotes.md
parentd35495540df2b6d3ba16c84ce21627d9dbae000c (diff)
decode: Include the invalid UTF-8 byte in error messages
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?)