diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-01 16:22:07 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-01 16:22:09 +0000 |
commit | a0d4e6eb54de54bbb33df486374701bbdcd6c3e9 (patch) | |
tree | 2d4ba29d02f2b053041dcd9e11cace4ec4bc3488 /CHANGELOG.md | |
parent | 9f723ceaa9264e70ca6238282294ba2cf2e3e739 (diff) | |
download | gleam_json-a0d4e6eb54de54bbb33df486374701bbdcd6c3e9.tar.gz gleam_json-a0d4e6eb54de54bbb33df486374701bbdcd6c3e9.zip |
Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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. |