summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-30 12:31:42 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-30 14:41:30 -0700
commitc24b34a47359ffb012b85e329f829b64d9d27215 (patch)
tree0a7acb802d5c9e3cf3ccde658b07f1034f680f52 /ReleaseNotes.md
parent8b7c8d2f87f9c4d924d070926fb5ab9860d00c61 (diff)
decode: Fix DecodeTypeError offsets
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index f19ce68..a2365f0 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -10,6 +10,9 @@
- Encoder: `*EncodeMethodError` is now also used when a method
produces invalid JSON.
+ - Decoder: The offset in `*DecodeTypeError`s now correctly point
+ the start of the value, rather than somewhere in the middle of
+ it.
# v0.2.0 (2023-01-26)