summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-14 18:55:57 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 17:55:27 -0700
commit2a41777072f48467bef02bb3bd670d95c2b02102 (patch)
treeb4ac55094c142b3967acfdbf580d161988f822b7 /ReleaseNotes.md
parentf68498a6fdb421483d9aebb45527452f6255bb68 (diff)
compat/json: Handle io.EOF and io.ErrUnexpectedEOF the same
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md3
1 files changed, 3 insertions, 0 deletions
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?)