diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-02-01 17:28:08 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-02-01 17:28:08 +0000 |
commit | 67e9cf8ea21ac829612e6e0ce2488c4748667a2a (patch) | |
tree | 31b3ec74413c54d2482a769d013144491ed6bf17 /CHANGELOG.md | |
parent | 9795db26afb557e8b028f62aca1c2f8f6a753658 (diff) | |
download | gleam_stdlib-67e9cf8ea21ac829612e6e0ce2488c4748667a2a.tar.gz gleam_stdlib-67e9cf8ea21ac829612e6e0ce2488c4748667a2a.zip |
Fix changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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. |