aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-03-21 18:33:23 +0000
committerLouis Pilfold <louis@lpil.uk>2020-03-21 18:33:23 +0000
commit207371d09293aa7ce0c694afb6bd5a8b3639d58e (patch)
treed3374feb107bb502232147a8b9b85a4af9df72e8 /CHANGELOG.md
parent9f56ad1ce54198eccb9d80690ca5038d15b11048 (diff)
downloadgleam_stdlib-207371d09293aa7ce0c694afb6bd5a8b3639d58e.tar.gz
gleam_stdlib-207371d09293aa7ce0c694afb6bd5a8b3639d58e.zip
Adjust planned string functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c27bcb..5d42a67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Unreleased
+- The `string.replace` and `iodata.replace` `all` arguement label has been
+ changed to `each`.
- The `string` module gains `is_empty`, `join` and `concat` functions.
- The `int` module gains `is_even` and `is_odd` functions.