aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 16:22:07 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 16:22:09 +0000
commita0d4e6eb54de54bbb33df486374701bbdcd6c3e9 (patch)
tree2d4ba29d02f2b053041dcd9e11cace4ec4bc3488
parent9f723ceaa9264e70ca6238282294ba2cf2e3e739 (diff)
downloadgleam_json-a0d4e6eb54de54bbb33df486374701bbdcd6c3e9.tar.gz
gleam_json-a0d4e6eb54de54bbb33df486374701bbdcd6c3e9.zip
Changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9549e20..0432df3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,9 @@
- Converted to use the Gleam build tool.
- The underlying `jsone` Erlang JSON libary has been replaced with the new
`thoas` Erlang JSON library.
-- The `encode` function has been replaced by `to_string` and `to_string_builder`
+- The `encode` function has been replaced by the `to_string` and
+ `to_string_builder` functions.
+- The `list` function has been replaced by the `array` and `preprocessed_array`
functions.
- The `nullable` function gains argument labels.