aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-05-03 20:19:34 +0000
committerGitHub <noreply@github.com>2022-05-03 21:19:34 +0100
commitd45d4784eeec8bd216fa569909269fca48a64740 (patch)
treeb9f6f01c16faf042f4b27a00d16dd078b5b1ddac /CHANGELOG.md
parent4d13e36b03e31ee4ea17e0e615fd215815c4b3c6 (diff)
downloadgleam_stdlib-d45d4784eeec8bd216fa569909269fca48a64740.tar.gz
gleam_stdlib-d45d4784eeec8bd216fa569909269fca48a64740.zip
Result returning division functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2be94c..b131498 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Unreleased
+- The `float` module gains the `divide` function.
+- The `int` module gains the `divide` function.
- The `int` module gains the `power` function.
- The `int` module gains the `square_root` function.