summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 8f3be1a..20bcd65 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,17 @@
+# v0.3.8 (TBD)
+
+ Theme: Fixes from fuzzing (part 2/?)
+
+ User-facing changes:
+
+ - Change: Decoder: No longer bails when a type error
+ (`DecodeTypeError`) is encountered. The part of the output value
+ with the type error is either unmodified (if already existing) or
+ set to nil/zero (if not already existing), and decoding
+ continues. If no later fatal error (syntax, I/O) is encountered,
+ then the first type error encountered is returned. This is
+ consistent with the behavior of `encoding/json`.
+
# v0.3.7 (2023-02-20)
Theme: Fixes from fuzzing (part 1?)