aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlrosa007 <lrosa008@gmail.com>2020-11-04 15:51:22 -0500
committerLouis Pilfold <louis@lpil.uk>2020-11-04 21:03:21 +0000
commitcf5a7b75a137bb88c59eae0ccb0403c9a1636729 (patch)
tree69d872b4d267c06e9f99b6833c064917824db979
parentf68070478362a883a38c5d1637e3dd2da6c80d5a (diff)
downloadgleam_stdlib-cf5a7b75a137bb88c59eae0ccb0403c9a1636729.tar.gz
gleam_stdlib-cf5a7b75a137bb88c59eae0ccb0403c9a1636729.zip
chore: update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae92c9a..631b4d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## Unreleased
+
+- The `int` module gains the `sum` function.
+- The `float` module gains the `sum` function.
+
## v0.12.0 - 2020-11-04
- The `function` module gains `curry2` to `curry6`.