summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-26 00:59:43 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-26 00:59:43 -0700
commit96744d436ee37101220dd9d7479f6a19859620c6 (patch)
treec25476239dd2ebc3c3f95e6b78398b480fa29c4b /ReleaseNotes.md
parent8a0ea88b8600c0bd13095fdc29740aa4c452f65d (diff)
parent237e6ed6c125658be232c259b8b7689c5b7ef966 (diff)
Merge branch 'lukeshu/obj-sort'
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index ae111f8..5180e93 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,5 +1,15 @@
# v0.3.8 (2023-02-25)
+ Theme: Fixes from fuzzing (part 3/?)
+
+ User-facing changes:
+
+ - Change: Encoder: When encoding a `map`, sort the key:value pairs
+ by the pre-string-encoded key rather than the post-string-encoded
+ key. For instance, now `""` sorts before `" "`.
+
+# v0.3.8 (2023-02-25)
+
Theme: Fixes from fuzzing (part 2/?)
User-facing changes: