diff options
author | Brett Snyder <bsnyder@digitalocean.com> | 2019-05-11 14:08:45 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-05-11 20:16:06 +0100 |
commit | ae854f69b8f40609c0ee6fb1aec8957bd3eac1c2 (patch) | |
tree | 24ae4e63429c1e45ffa549254a813ef87016aa1c /CHANGELOG.md | |
parent | f7d6fe3105fbf650f0f0f95568aca801048f6d15 (diff) | |
download | gleam_stdlib-ae854f69b8f40609c0ee6fb1aec8957bd3eac1c2.tar.gz gleam_stdlib-ae854f69b8f40609c0ee6fb1aec8957bd3eac1c2.zip |
list:split_while
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 8f6b5e3..026597b 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`, `split`, and `strict_zip` functions. +- The `list` module gains `range`, `repeat`, `split`, `split_while` and `strict_zip` functions. ## v0.1.2 - 2019-04-25 |