diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-05-03 21:20:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 21:20:04 +0100 |
commit | 3ca141d3d2849f67f666cfa0e9d1f6416f5c89d0 (patch) | |
tree | 58f97869a0ee21b19ea212e39b720eebf3a260ae | |
parent | d45d4784eeec8bd216fa569909269fca48a64740 (diff) | |
download | gleam_stdlib-3ca141d3d2849f67f666cfa0e9d1f6416f5c89d0.tar.gz gleam_stdlib-3ca141d3d2849f67f666cfa0e9d1f6416f5c89d0.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 4 |
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 |