diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d31575e..8c8370c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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. ## v0.4.0 - 2019-09-19 |