aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Schurhammer <julian.schurhammer@gmail.com>2023-12-04 11:49:57 +1300
committerLouis Pilfold <louis@lpil.uk>2023-12-09 09:57:32 +0000
commiteaa795fe6597f8bd9b8b95045f293ff5e81dd96d (patch)
treef149743a18c9121ddef75ea9c100ca2b3f721daa /CHANGELOG.md
parente261f0fde8fb3b86830cc0fc5db039378cfb3d9e (diff)
downloadgleam_stdlib-eaa795fe6597f8bd9b8b95045f293ff5e81dd96d.tar.gz
gleam_stdlib-eaa795fe6597f8bd9b8b95045f293ff5e81dd96d.zip
list.index_map: change callback signature
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 016099b..ef76982 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
# Changelog
+- Changed `list.index_map` callback signature to `fn(a, Int) -> b` from `fn(Int, a) -> b`, to be consistent with `list.index_fold`.
+
## v0.33.1 - 2023-12-02
- Fixed `string.to_graphemes` failing on JavaScript runtimes when the