summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
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: