aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f881fd..e7251eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The `list` module gains the `group` function.
- The `dynamic` module is able to decode simple JavaScript objects to maps.
So, the behaviour of the `field` and `object` functions are consistent.
@@ -25,7 +26,6 @@
`utf_codepoint_to_int` functions.
- Fixed `string.inspect`'s escaping of `"`, `\`, `\n`, `\r`, `\r\n`, and `\t`,
which in turn fixes `io.debug`'s output of such strings.
-- The `list` module gains the `group` function.
- The `bit_string` function in the `dynamic` module now knows how to handle
JavaScript `Uint8Array`s.