aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrett Snyder <bsnyder788@gmail.com>2019-05-10 11:26:59 -0500
committerLouis Pilfold <louis@lpil.uk>2019-05-10 17:26:59 +0100
commit83525b26f33d906284c1d5637aafe578d32704ba (patch)
treeffe908218a8dc1723f0e064ce3fdd91011036ec0 /CHANGELOG.md
parentd2823c67e674358a1610f24afa584ddf5f31874d (diff)
downloadgleam_stdlib-83525b26f33d906284c1d5637aafe578d32704ba.tar.gz
gleam_stdlib-83525b26f33d906284c1d5637aafe578d32704ba.zip
list:strict_zip (#167)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2672166..91d8232 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 a `range` function.
+- The `list` module gains `range`, and `strict_zip` functions.
## v0.1.2 - 2019-04-25