diff options
author | mpatajac <patajacmatija3@gmail.com> | 2024-10-30 19:12:37 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-10-30 19:58:22 +0000 |
commit | 9eee271fdae645e7a249ea866394edb9fdf5c664 (patch) | |
tree | 2bd27eecee344fdef15aeb558b4b840a90ff780e /CHANGELOG.md | |
parent | 7a710f3f12114d6a5729673860acb8936ed3b13d (diff) | |
download | gleam_stdlib-9eee271fdae645e7a249ea866394edb9fdf5c664.tar.gz gleam_stdlib-9eee271fdae645e7a249ea866394edb9fdf5c664.zip |
The `set` module gains the `each` function
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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 |