aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Puc <marcin.e.puc@gmail.com>2021-10-11 23:01:51 +0200
committerLouis Pilfold <louis@lpil.uk>2021-10-12 20:54:39 +0100
commita2984381b7cac464adf35b446981bbd5da710466 (patch)
tree683ae0a61c29349296f1a6fbd1a5c4519f9b58f1
parentbc0653108676ed3cde624169f1b16531731a89cb (diff)
downloadgleam_stdlib-a2984381b7cac464adf35b446981bbd5da710466.tar.gz
gleam_stdlib-a2984381b7cac464adf35b446981bbd5da710466.zip
Update changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e229591..cb9b0da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
## Unreleased
- The `iterator` module gains the `first` and `at` functions.
+- The `list` module renames the `head` and `tail` functions to `first` and `rest`.
## v0.17.1 - 2021-09-15