diff options
author | inoas <mail@inoas.com> | 2022-05-03 20:19:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 21:19:34 +0100 |
commit | d45d4784eeec8bd216fa569909269fca48a64740 (patch) | |
tree | b9f6f01c16faf042f4b27a00d16dd078b5b1ddac /CHANGELOG.md | |
parent | 4d13e36b03e31ee4ea17e0e615fd215815c4b3c6 (diff) | |
download | gleam_stdlib-d45d4784eeec8bd216fa569909269fca48a64740.tar.gz gleam_stdlib-d45d4784eeec8bd216fa569909269fca48a64740.zip |
Result returning division functions
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 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. |