From 2a41777072f48467bef02bb3bd670d95c2b02102 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 14 Feb 2023 18:55:57 -0700 Subject: compat/json: Handle io.EOF and io.ErrUnexpectedEOF the same --- ReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ReleaseNotes.md') diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e047f7d..b7a8f76 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -25,6 +25,9 @@ show the raw byte as a `\u00XX` Unicode codepoint, but now as a `\xXX` byte. + - Bugfix: compat/json: `io.EOF` is now correctly converted to + "unexpected end of JSON input", same as `io.ErrUnexpectedEOF`. + # v0.3.7 (2023-02-20) Theme: Fixes from fuzzing (part 1?) -- cgit v1.2.3-2-g168b