aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-05-24 22:58:24 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commit6378ec6a0e1af8c31e407c994e8077c07812f401 (patch)
tree38b07611a3125063086eb4f767b96e695b7b02e6
parentbac2d26f56770aa3612b87f358528e2e2daeda9e (diff)
downloadgleam_stdlib-6378ec6a0e1af8c31e407c994e8077c07812f401.tar.gz
gleam_stdlib-6378ec6a0e1af8c31e407c994e8077c07812f401.zip
Changelog!
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73d2461..531cba6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## Unreleased
+- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,
+ `from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`,
+ `cycle`, and `range` functions.
- Created the `set` module with the `new`, `insert`, and `contains` functions.
- Created the `io` module with the `print`, `println`, and `debug` functions.
- Created the `queue` module with the `new`, `from_list`, `to_list`,