summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 21:48:38 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 21:48:38 -0700
commit95180a90db47990d32104ff7ab103e4862fd8426 (patch)
tree7733466fac856d93bfb6d6100fd703830a915567 /ReleaseNotes.md
parente9f3bdc767027d134a072e09f16bcccac75fa59f (diff)
parentddffd7b78d81f1b47b5829eb9ff0aa1887cc3b17 (diff)
Merge branch 'lukeshu/misc'
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 d1b5693..9974f0e 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,13 @@
+# v0.3.6 (TBD)
+
+ Theme: TBD
+
+ User-facing changes:
+
+ - `Number` and `RawMessage` type aliases are now available, so that
+ a user of lowmemjson's native APIs does not need to import
+ `encoding/json` or compat/json in order to use them.
+
# v0.3.5 (2023-02-10)
Theme: Compatibility bugfixes