aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan M. Moore <rmm1047@gmail.com>2024-05-15 14:59:51 -0400
committerLouis Pilfold <louis@lpil.uk>2024-05-17 23:15:59 +0100
commit43e32953ba28a892fe5063d60b253c2c7282cbaf (patch)
treefd083dee875f6546a9e036ed4c9d64a46dc7c8e2 /CHANGELOG.md
parent1d60b1842d4a27dc7403ae9c440c6b6f2264c255 (diff)
downloadgleam_stdlib-43e32953ba28a892fe5063d60b253c2c7282cbaf.tar.gz
gleam_stdlib-43e32953ba28a892fe5063d60b253c2c7282cbaf.zip
Add `dict.each`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1348f6..b3851ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- The `sort` function of the `list` module has been optimised in case it's
working on an already sorted list.
+- The `dict` module gains the `each` function.
- The `list` module gains the `wrap` function.
- The `iterator` module gains the `find_map` function.
- Fixed `string.inspect` not formatting the `\f` form feed control character