diff options
author | Alice Dee <alice.dee@guardian.co.uk> | 2019-05-11 17:16:06 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-05-11 17:22:56 +0100 |
commit | f7d6fe3105fbf650f0f0f95568aca801048f6d15 (patch) | |
tree | ed60af8c3017a5c6b820a8f7f500eff8360f1d56 /CHANGELOG.md | |
parent | 1d91cb03285269794823843e54ae3dbb43e7c4d6 (diff) | |
download | gleam_stdlib-f7d6fe3105fbf650f0f0f95568aca801048f6d15.tar.gz gleam_stdlib-f7d6fe3105fbf650f0f0f95568aca801048f6d15.zip |
Adds split to list stdlib
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 02cb49d..8f6b5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - The `map_dict` module gains `update`, `merge` and `delete` functions. - The `bool` module gains a `compare` function. - The `int` module gains a `compare` function. -- The `list` module gains `range`, `repeat`, and `strict_zip` functions. +- The `list` module gains `range`, `repeat`, `split`, and `strict_zip` functions. ## v0.1.2 - 2019-04-25 |