summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 15:27:46 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-10 21:48:22 -0700
commit04daa09e1911d7bdabe87e452200b2de2c5ca7c9 (patch)
tree4e125b226bec6c9ec33335c4d9ff3bdfd874242c /ReleaseNotes.md
parent1f0abce0bf4061261572f6ed2f815f71647cc7e5 (diff)
Be more careful about importing encoding/json
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