summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
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.