diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-25 00:58:05 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-25 00:58:05 -0700 |
commit | 03778c094d995791f6c3df08afeeb792f33f35a5 (patch) | |
tree | 31f9fd24375b1db02d47b7c80dcb02544c2a1582 /ReleaseNotes.md | |
parent | e3c62b8de808c29ad70c1cfb98b4d1b164c05745 (diff) | |
parent | 95e5a13116d0d8cf6af64ee5940c19797e48e6cf (diff) |
Merge branch 'lukeshu/decode-string'
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 |