diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-10-11 23:01:51 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-10-12 20:54:39 +0100 |
commit | a2984381b7cac464adf35b446981bbd5da710466 (patch) | |
tree | 683ae0a61c29349296f1a6fbd1a5c4519f9b58f1 | |
parent | bc0653108676ed3cde624169f1b16531731a89cb (diff) | |
download | gleam_stdlib-a2984381b7cac464adf35b446981bbd5da710466.tar.gz gleam_stdlib-a2984381b7cac464adf35b446981bbd5da710466.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 1 |
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 |