aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsharno <sharnoby3@gmail.com>2020-10-10 16:01:50 -0400
committerLouis Pilfold <louis@lpil.uk>2020-10-13 12:50:34 +0100
commit42c75c7c9594a068d72b75390b2a47e17544d087 (patch)
tree9d2bf0998b4551a32d8a67656a2b6c868bb31336 /CHANGELOG.md
parent2d7e7143d6b6445bd6973ff88e6594dfd1da4966 (diff)
downloadgleam_stdlib-42c75c7c9594a068d72b75390b2a47e17544d087.tar.gz
gleam_stdlib-42c75c7c9594a068d72b75390b2a47e17544d087.zip
add negate functions to int and float modules
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e567952..e920741 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
## Unreleased
- The `list` module gains the `each`, and `partition` functions.
+- The `int` and `float` modules gain the `negate` function.
## v0.11.0 - 2020-08-22