aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorgreggreg <greg@greggreg.org>2020-04-16 08:50:24 -0600
committerLouis Pilfold <louis@lpil.uk>2020-04-16 16:23:19 +0100
commitbfdde0ee0b60482f5d41e7e6cbae2b11f9daf08f (patch)
tree15df4af63010fb0010b821dcf6f4b5000b4f7479 /CHANGELOG.md
parent95ad77fdd2a5f2282eee5248921973863f998427 (diff)
downloadgleam_stdlib-bfdde0ee0b60482f5d41e7e6cbae2b11f9daf08f.tar.gz
gleam_stdlib-bfdde0ee0b60482f5d41e7e6cbae2b11f9daf08f.zip
Implementing String.contains and String.repeat
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 bc60f65..fa4c5bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The `string` module gains `contains` and `repeat` functions.
- The `expect` module has been renamed to `should`. Functions in the module
starting with `is_` have been changed to `be_`.
- The `string.replace` and `iodata.replace` `all` arguement label has been