diff options
author | Brett Snyder <bsnyder@digitalocean.com> | 2019-05-11 09:28:11 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-05-11 16:53:59 +0100 |
commit | 1d91cb03285269794823843e54ae3dbb43e7c4d6 (patch) | |
tree | 17a61149c5d72eafdd3e8075c31cf3513e2db34f /CHANGELOG.md | |
parent | eb243dd13cbcdf5f6d37b7e2084414df95d7e0d9 (diff) | |
download | gleam_stdlib-1d91cb03285269794823843e54ae3dbb43e7c4d6.tar.gz gleam_stdlib-1d91cb03285269794823843e54ae3dbb43e7c4d6.zip |
list:repeat
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 91d8232..02cb49d 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`, and `strict_zip` functions. +- The `list` module gains `range`, `repeat`, and `strict_zip` functions. ## v0.1.2 - 2019-04-25 |