diff options
author | inoas <mail@inoas.com> | 2022-11-05 14:59:55 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-11-06 17:08:23 +0000 |
commit | 48f322d660a3e5fe85392c6a82b1147e53c9357a (patch) | |
tree | 19b285023c09e826dacec3ade989ba239ca03d45 /CHANGELOG.md | |
parent | c22ffd9244f2c6bbfb560b6d637eabca08414e99 (diff) | |
download | gleam_stdlib-48f322d660a3e5fe85392c6a82b1147e53c9357a.tar.gz gleam_stdlib-48f322d660a3e5fe85392c6a82b1147e53c9357a.zip |
`string.split` will now return a list of graphemes if split on an empty
string (`""`)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de7ae2..b688c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ - The performance of `list.flatten` has been greatly improved. - The `string_builder` module gains the `join` function. - The `list` module gains the `shuffle` function. +- `string.split` will now return a list of graphemes if split on an empty + string (`""`). ## v0.24.0 - 2022-10-15 |