aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorErik Terpstra <39518+eterps@users.noreply.github.com>2020-05-15 10:21:25 +0200
committerLouis Pilfold <louis@lpil.uk>2020-05-17 13:26:48 +0100
commit157b535280ba3d579d4ec3aafb0ec45db7272ca3 (patch)
tree556ec949bf6078d39100cdf00d42c5fcf48c89f0 /CHANGELOG.md
parente6b3c90c83a0eb78fe896377c524d496cfd2cb8e (diff)
downloadgleam_stdlib-157b535280ba3d579d4ec3aafb0ec45db7272ca3.tar.gz
gleam_stdlib-157b535280ba3d579d4ec3aafb0ec45db7272ca3.zip
string.starts_with & string.ends_with
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32fd37e..a09dae5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
## Unreleased
-- The `string` module gains `trim`, `trim_left` and `trim_right` functions.
+- The `string` module gains `trim`, `trim_left`, `trim_right`, `starts_with`
+ and `ends_with` functions.
## v0.8.0 - 2020-04-28