aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-04-18 22:00:35 +0100
committerLouis Pilfold <louis@lpil.uk>2020-04-18 22:00:35 +0100
commitddcff5f5ae859fee51e9ae087aafd6ddc1ab0912 (patch)
tree03aa0281a4982e17fa8021e8ceef845f6fbb960a
parent094cf5f6d6f9dac61806f883d3677d357d3a7f38 (diff)
downloadgleam_stdlib-ddcff5f5ae859fee51e9ae087aafd6ddc1ab0912.tar.gz
gleam_stdlib-ddcff5f5ae859fee51e9ae087aafd6ddc1ab0912.zip
Changelog!
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a2161f..70c51ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
changed to `each`.
- The `string` module gains `is_empty`, `join` and `concat` functions.
- The `int` module gains `is_even` and `is_odd` functions.
+- The `list.length` function now accepts a labelled argument.
## v0.7.0 - 2020-03-03