diff options
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r-- | ReleaseNotes.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |