aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Terpstra <39518+eterps@users.noreply.github.com>2020-05-12 21:37:25 +0200
committerLouis Pilfold <louis@lpil.uk>2020-05-12 22:30:45 +0100
commite6b3c90c83a0eb78fe896377c524d496cfd2cb8e (patch)
treed98d9ad64b0c627593a630ccd2e929aa69839c96
parent190a7d667e4b99f8b3c11ef991ce1eb879aa5c9c (diff)
downloadgleam_stdlib-e6b3c90c83a0eb78fe896377c524d496cfd2cb8e.tar.gz
gleam_stdlib-e6b3c90c83a0eb78fe896377c524d496cfd2cb8e.zip
Put trim functions on a single line in CHANGELOG
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7c2414..32fd37e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,7 @@
## Unreleased
-- The `string` module gains `trim_left` and `trim_right` functions.
-- The `string` module gains the `trim` function.
+- The `string` module gains `trim`, `trim_left` and `trim_right` functions.
## v0.8.0 - 2020-04-28