aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-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.