From 95e5a13116d0d8cf6af64ee5940c19797e48e6cf Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 24 Feb 2023 23:38:15 -0700 Subject: decode: Add a DecodeArray function --- ReleaseNotes.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ReleaseNotes.md') diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 20bcd65..48982e4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,6 +4,8 @@ User-facing changes: + - Feature: There is a new `DecodeString` helper function. + - 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 -- cgit v1.2.3-2-g168b