diff options
author | Connor Schembor <connor.schembor@rutgers.edu> | 2020-11-05 21:28:32 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-11-06 08:41:52 +0000 |
commit | c1d3cc12b920f60d06265b645daa3ff0010a8402 (patch) | |
tree | b2b3abaf035bdb14e050d8b227a894dbd6567b0b /CHANGELOG.md | |
parent | 46e4a4abb591be88a633da330a344b8a96b3772a (diff) | |
download | gleam_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.md | 4 |
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 |