Skip to content

Commit 6378ec6

Browse files
committed
Changelog!
1 parent bac2d26 commit 6378ec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,
6+
`from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`,
7+
`cycle`, and `range` functions.
58
- Created the `set` module with the `new`, `insert`, and `contains` functions.
69
- Created the `io` module with the `print`, `println`, and `debug` functions.
710
- Created the `queue` module with the `new`, `from_list`, `to_list`,

0 commit comments

Comments
 (0)