diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-10-13 10:35:18 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-11-06 16:20:50 +0000 |
commit | 556ff381d36dd676e819062dfd1850a4967be6be (patch) | |
tree | 078b13ff81ca1cb688af215781b3b86ebe01e60b | |
parent | b99ec496f77d3c20b256a2da1922ed308d83fcbe (diff) | |
download | gleam_stdlib-556ff381d36dd676e819062dfd1850a4967be6be.tar.gz gleam_stdlib-556ff381d36dd676e819062dfd1850a4967be6be.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 61ae7eb..a95628c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - 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`. - `int.to_base_string` now returns a `Result(Int, InvalidBase)`. - The `int` module gains the `to_base2`, `to_base8`, `to_base16` and `to_base36` functions. |