We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50862d1 commit ea3232aCopy full SHA for ea3232a
CHANGELOG.md
@@ -5,8 +5,8 @@
5
- The `list` module gains the `group` function.
6
- The `dynamic` module is able to decode simple JavaScript objects to maps.
7
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
+- 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
10
the behavior of Elixir's `Enum.product/1`.
11
12
## v0.26.0 - 2023-01-12
0 commit comments