aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormpatajac <patajacmatija3@gmail.com>2024-10-30 19:12:37 +0100
committerLouis Pilfold <louis@lpil.uk>2024-10-30 19:58:22 +0000
commit9eee271fdae645e7a249ea866394edb9fdf5c664 (patch)
tree2bd27eecee344fdef15aeb558b4b840a90ff780e /CHANGELOG.md
parent7a710f3f12114d6a5729673860acb8936ed3b13d (diff)
downloadgleam_stdlib-9eee271fdae645e7a249ea866394edb9fdf5c664.tar.gz
gleam_stdlib-9eee271fdae645e7a249ea866394edb9fdf5c664.zip
The `set` module gains the `each` function
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 f1d1fef..4a50496 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
- The `list.concat` function has been deprecated in favour of `list.flatten`.
- The handling of float exponentials and signs in the `float.to_string` and
`string.inspect` functions have been improved on JavaScript.
+- The `set` module gains the `each` function.
## v0.40.0 - 2024-08-19