aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrett Snyder <bsnyder@digitalocean.com>2019-10-03 08:57:15 -0500
committerLouis Pilfold <louis@lpil.uk>2019-10-03 14:57:15 +0100
commit81b3ca2b9b3dceedd62fbcef741548ae8a513601 (patch)
tree6ebb7827be9d5974f70cc94d44ddb2be70b607a3 /CHANGELOG.md
parentcc7ba56105a6f8933c2bfd25151061a94471eb23 (diff)
downloadgleam_stdlib-81b3ca2b9b3dceedd62fbcef741548ae8a513601.tar.gz
gleam_stdlib-81b3ca2b9b3dceedd62fbcef741548ae8a513601.zip
add max() for Int and Float (#266)
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 8c8370c..f2375c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,8 @@
- The `pair` module gains the `map_first`, and `map_second` functions.
- The `string` module gains the `compare` function.
-- The `float` module gains the `min` function.
-- The `int` module gains the `min` function.
+- The `float` module gains the `max`, and `min` functions.
+- The `int` module gains the `max`, and `min` functions.
## v0.4.0 - 2019-09-19