aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-06-05 10:32:43 +0100
committerLouis Pilfold <louis@lpil.uk>2024-06-05 10:32:43 +0100
commit3ef0a879bff7e0f20407bd0279b88d7bec0a4cad (patch)
tree0d9c731e87157153066394f46a34ed67c9688134 /CHANGELOG.md
parent32dfa1d1303cc0895696e55638b06e8791541210 (diff)
downloadgleam_stdlib-3ef0a879bff7e0f20407bd0279b88d7bec0a4cad.tar.gz
gleam_stdlib-3ef0a879bff7e0f20407bd0279b88d7bec0a4cad.zip
Changes!
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 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