diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-06-05 10:32:43 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-06-05 10:32:43 +0100 |
commit | 3ef0a879bff7e0f20407bd0279b88d7bec0a4cad (patch) | |
tree | 0d9c731e87157153066394f46a34ed67c9688134 /CHANGELOG.md | |
parent | 32dfa1d1303cc0895696e55638b06e8791541210 (diff) | |
download | gleam_stdlib-3ef0a879bff7e0f20407bd0279b88d7bec0a4cad.tar.gz gleam_stdlib-3ef0a879bff7e0f20407bd0279b88d7bec0a4cad.zip |
Changes!
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 6d980b8..11627a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - The `list` module gains the `count` function. - The `update` function of the `dict` module has been deprecated in favour of `upsert` and `update` will be used with a different signature in future. +- The behaviour of the string trim functions is now consistent across targets. ## v0.38.0 - 2024-05-24 |