diff options
author | Brett Snyder <bsnyder@digitalocean.com> | 2019-10-03 08:57:15 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-10-03 14:57:15 +0100 |
commit | 81b3ca2b9b3dceedd62fbcef741548ae8a513601 (patch) | |
tree | 6ebb7827be9d5974f70cc94d44ddb2be70b607a3 /CHANGELOG.md | |
parent | cc7ba56105a6f8933c2bfd25151061a94471eb23 (diff) | |
download | gleam_stdlib-81b3ca2b9b3dceedd62fbcef741548ae8a513601.tar.gz gleam_stdlib-81b3ca2b9b3dceedd62fbcef741548ae8a513601.zip |
add max() for Int and Float (#266)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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 |