diff options
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 8454f01..130f8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ - 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 +- 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 `0.0`. This mimicks the behavior of Elixir's `Enum.product/1`. ## v0.26.0 - 2023-01-12 |