aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorConnor Schembor <connor.schembor@rutgers.edu>2020-11-05 21:28:32 -0500
committerLouis Pilfold <louis@lpil.uk>2020-11-06 08:41:52 +0000
commitc1d3cc12b920f60d06265b645daa3ff0010a8402 (patch)
treeb2b3abaf035bdb14e050d8b227a894dbd6567b0b /CHANGELOG.md
parent46e4a4abb591be88a633da330a344b8a96b3772a (diff)
downloadgleam_stdlib-c1d3cc12b920f60d06265b645daa3ff0010a8402.tar.gz
gleam_stdlib-c1d3cc12b920f60d06265b645daa3ff0010a8402.zip
Add product function to int and float modules
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 631b4d1..348df3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,8 @@
## Unreleased
-- The `int` module gains the `sum` function.
-- The `float` module gains the `sum` function.
+- The `int` module gains the `sum` and `product` functions.
+- The `float` module gains the `sum` and `product` functions.
## v0.12.0 - 2020-11-04