diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-03-08 23:56:37 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-03-09 16:37:03 +0100 |
commit | ac5175e972e0dad19c0c24d8c8ac2acf61b8a0dd (patch) | |
tree | 6af09dad99cd1c7b2fcb87c6ae8f66bafabd2987 | |
parent | 926a0c57cb27bc6a8ee3d4f9fd73fe430ddcf787 (diff) | |
download | gleam_stdlib-ac5175e972e0dad19c0c24d8c8ac2acf61b8a0dd.tar.gz gleam_stdlib-ac5175e972e0dad19c0c24d8c8ac2acf61b8a0dd.zip |
Add iterate and index to changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a6117..96e6c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - The `dynamic` module gains the `tuple3`, `tuple4`, `tuple5`, `tuple6` functions and their typed equivalents `typed_tuple3`, `typed_tuple4`, `typed_tuple5`, `typed_tuple6`. - The `list` modules gains the `drop_while` and `take_while` functions. +- The `iterator` module gains the `index` and `iterate` functions. ## v0.14.0 - 2021-02-18 |