summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-07 14:06:12 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-07 14:06:12 -0700
commit480ccfd05a13ac36516c536a71203280a31b4d28 (patch)
tree4ae21bf95c9f3b4cce97a0a0473fe622fdb393eb /ReleaseNotes.md
parent87013d526ea1b0647ef6e08758fe587cee11d854 (diff)
parent47549aa3d10808c063d45dcaa598887dadde59c5 (diff)
Merge branch 'lukeshu/fixup'
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 5d85254..f71967c 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,14 @@
+# v0.3.5 (TBD)
+
+ Theme: TBD
+
+ User-facing changes:
+
+ - Decoder: Fixes a bug where if an EOF is encountered, the reader
+ is appended to, then another Decode is attempted, that EOF
+ poisons future Decodes. This is something that `encoding/json`
+ supports.
+
# v0.3.4 (2023-02-05)
Theme: Fix compilation with Go 1.20