diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7251eb..8454f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - The `list` module gains the `group` function. - The `dynamic` module is able to decode simple JavaScript objects to maps. So, the behaviour of the `field` and `object` functions are consistent. +- For a given empty list as an argument `int.product` now returns `1` instead + of `0` and `float.product` now returns `1.0` instead of `1.0`. This mimicks + the behavior of Elixir's `Enum.product/1`. ## v0.26.0 - 2023-01-12 |