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:07:32 -0700
commite38edfa53173c054ff97a5c51f90df0da60f16f5 (patch)
tree81393740a92395bf18a7d9cd2d751f2c2df5db2e /ReleaseNotes.md
parent051f966039028d257f27fc3a42c10cbff9f7c738 (diff)
jsonparse: Reword error messages to match encoding/json
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 af2adcc..1981678 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -14,6 +14,9 @@
then the first type error encountered is returned. This is
consistent with the behavior of `encoding/json`.
+ - Change: Several error strings have been reworded to match
+ `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.