From 6378ec6a0e1af8c31e407c994e8077c07812f401 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 24 May 2020 22:58:24 +0100 Subject: Changelog! --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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`, -- cgit v1.2.3