aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2023-01-31 19:21:38 +0100
committerLouis Pilfold <louis@lpil.uk>2023-02-01 17:29:12 +0000
commitea3232a10f91769d120c9baec40dc5430a4d982d (patch)
tree95cbe24448b5512638ecdc59340416b6f3a9d2e7 /CHANGELOG.md
parent50862d1acc5c74fbf8de2b46f35c17c9a49057a4 (diff)
downloadgleam_stdlib-ea3232a10f91769d120c9baec40dc5430a4d982d.tar.gz
gleam_stdlib-ea3232a10f91769d120c9baec40dc5430a4d982d.zip
change
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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