summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 16:17:01 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 17:51:36 -0700
commitf68498a6fdb421483d9aebb45527452f6255bb68 (patch)
treeeb2bd34a7c51a8df7239b0174a939ee64b136467 /ReleaseNotes.md
parent7301cd6c4e97b272bd708d4c87d26609510e6ca7 (diff)
jsonparse: Don't show raw bytes as Unicode
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 1981678..e047f7d 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -21,6 +21,10 @@
invalid UTF-8, include that byte value in the error message
rather than including the U+FFFD Unicode replacement character.
+ - Bugfix: Syntax errors on raw-bytes (for invalid UTF-8) no longer
+ show the raw byte as a `\u00XX` Unicode codepoint, but now as a
+ `\xXX` byte.
+
# v0.3.7 (2023-02-20)
Theme: Fixes from fuzzing (part 1?)