summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-24 23:38:15 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 00:57:52 -0700
commit95e5a13116d0d8cf6af64ee5940c19797e48e6cf (patch)
tree31f9fd24375b1db02d47b7c80dcb02544c2a1582 /ReleaseNotes.md
parente3c62b8de808c29ad70c1cfb98b4d1b164c05745 (diff)
decode: Add a DecodeArray function
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md2
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