Skip to content

Commit ea3232a

Browse files
inoaslpil
authored andcommitted
change
1 parent 50862d1 commit ea3232a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- The `list` module gains the `group` function.
66
- The `dynamic` module is able to decode simple JavaScript objects to maps.
77
So, the behaviour of the `field` and `object` functions are consistent.
8-
- For a given empty list as an argument `int.product` now returns `1` instead
9-
of `0` and `float.product` now returns `1.0` instead of `1.0`. This mimicks
8+
- For a given empty list as an argument, `int.product` now returns `1` instead
9+
of `0`, and `float.product` now returns `1.0` instead of `0.0`. This mimicks
1010
the behavior of Elixir's `Enum.product/1`.
1111

1212
## v0.26.0 - 2023-01-12

0 commit comments

Comments
 (0)