summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 20:59:32 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-25 20:59:32 -0700
commit108100f782ab96dc0e68cfbcbc7595c7c04f313c (patch)
tree3a3ccc02a39edad8aa4116890e6070bd18d921ef /ReleaseNotes.md
parent0fa9f8b14f04f4b0099f038cc43e4cef57a155a1 (diff)
parent3b4ca665fbe89bdf44560454684bb6829070d7f4 (diff)
Merge branch 'lukeshu/syntax'
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 71973aa..be5b8ff 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -37,6 +37,9 @@
now reflect the `InvalidUTF8` setting, rather than simply saying
"unflushed unicode garbage".
+ - Bugfix: No longer allows a comma after the last key:value pair in
+ an object.
+
# v0.3.7 (2023-02-20)
Theme: Fixes from fuzzing (part 1?)