diff options
-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. |