From f68498a6fdb421483d9aebb45527452f6255bb68 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 25 Feb 2023 16:17:01 -0700 Subject: jsonparse: Don't show raw bytes as Unicode --- ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ReleaseNotes.md') 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?) -- cgit v1.2.3-2-g168b