aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-05-26 19:30:21 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:30:21 +0100
commit8d08dbc56cd67261259f557248f99581561248bc (patch)
tree3432855679960e1ac895a430e7802947780b8bdd
parent018ef9dd62c5a312680df8878204703c2882298a (diff)
downloadgleam_stdlib-8d08dbc56cd67261259f557248f99581561248bc.tar.gz
gleam_stdlib-8d08dbc56cd67261259f557248f99581561248bc.zip
Correct changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9dc76a3..65c633d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 0.8.0 - 2020-05-26
+## 0.9.0 - 2020-05-26
- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,
`from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`,