From ea3232a10f91769d120c9baec40dc5430a4d982d Mon Sep 17 00:00:00 2001 From: inoas Date: Tue, 31 Jan 2023 19:21:38 +0100 Subject: change --- CHANGELOG.md | 4 ++-- 1 file 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 -- cgit v1.2.3