aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-03-05 11:48:36 +0000
committerLouis Pilfold <louis@lpil.uk>2020-03-05 11:48:36 +0000
commitdab126afc10e9b1333e365d67dd98d40c77b6f61 (patch)
treef9c38b26075000897e781c8ecb28c381397c16dc
parentbec6ab98b6c139f3074028e71707208d51eb3f9b (diff)
downloadgleam_stdlib-dab126afc10e9b1333e365d67dd98d40c77b6f61.tar.gz
gleam_stdlib-dab126afc10e9b1333e365d67dd98d40c77b6f61.zip
Changelog!
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61419f1..87d8d27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,8 @@
## Unreleased
-- The `string` module gains `join` and `concat` function.
-- The `int` module gains an `is_even` function.
+- The `string` module gains `join` and `concat` functions.
+- The `int` module gains `is_even` and `is_odd` functions.
## v0.7.0 - 2020-03-03