aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDennis Schröder <42579679+dennisschroeder@users.noreply.github.com>2023-02-01 18:25:18 +0100
committerGitHub <noreply@github.com>2023-02-01 17:25:18 +0000
commit9795db26afb557e8b028f62aca1c2f8f6a753658 (patch)
tree2526bde6d2c7bd63767f02939effc2143ffdee8e /CHANGELOG.md
parent3d088abfa0d7745a887028fdd9b2ff4216fa1d2b (diff)
downloadgleam_stdlib-9795db26afb557e8b028f62aca1c2f8f6a753658.tar.gz
gleam_stdlib-9795db26afb557e8b028f62aca1c2f8f6a753658.zip
implements the list group function (#400)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2063cdc..7f881fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@
`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.