aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-05-03 21:20:04 +0100
committerGitHub <noreply@github.com>2022-05-03 21:20:04 +0100
commit3ca141d3d2849f67f666cfa0e9d1f6416f5c89d0 (patch)
tree58f97869a0ee21b19ea212e39b720eebf3a260ae
parentd45d4784eeec8bd216fa569909269fca48a64740 (diff)
downloadgleam_stdlib-3ca141d3d2849f67f666cfa0e9d1f6416f5c89d0.tar.gz
gleam_stdlib-3ca141d3d2849f67f666cfa0e9d1f6416f5c89d0.zip
Changes!
-rw-r--r--CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b131498..a62aac5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,7 @@
## 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.
+- The `int` module gains the `divide`, `power`, and `square_root` functions.
## v0.21.0 - 2022-04-24