aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-03-21 17:35:53 +0000
committerLouis Pilfold <louis@lpil.uk>2020-03-21 17:35:53 +0000
commit9f56ad1ce54198eccb9d80690ca5038d15b11048 (patch)
tree78b11c2bfd4758c8fe34db6ac0882ed7d6b0a305
parenta23f7613e1c1b4dcd2c39b98028e6fcfe5785df2 (diff)
downloadgleam_stdlib-9f56ad1ce54198eccb9d80690ca5038d15b11048.tar.gz
gleam_stdlib-9f56ad1ce54198eccb9d80690ca5038d15b11048.zip
Changelog!
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87d8d27..6c27bcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
-- The `string` module gains `join` and `concat` functions.
+- The `string` module gains `is_empty`, `join` and `concat` functions.
- The `int` module gains `is_even` and `is_odd` functions.
## v0.7.0 - 2020-03-03