aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-11-23 17:27:22 +0000
committerLouis Pilfold <louis@lpil.uk>2021-11-23 17:30:51 +0000
commit2b12f06ba8828e0831f9d673702bcdb664674c40 (patch)
tree6e772cb28f205c82a0fe27a6cf0a5a2e519747ae /CHANGELOG.md
parent932852485ab3a6c9ebfc3b2fc75d6eb9fe9a6489 (diff)
downloadgleam_stdlib-2b12f06ba8828e0831f9d673702bcdb664674c40.tar.gz
gleam_stdlib-2b12f06ba8828e0831f9d673702bcdb664674c40.zip
v0.18.0-rc1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a95628c..499061b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog
-## Unreleased
+## v0.18.0-rc1 - 2021-11-23
+- Converted to use the Gleam build tool, not rebar3.
- The `iterator` module gains the `first` and `at` functions.
- The `list` module renames the `head` and `tail` functions to `first` and `rest`.
- The `list.at` function now behaves uniformly to `iterator.at`.