aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-05-03 09:29:02 +0000
committerGitHub <noreply@github.com>2022-05-03 10:29:02 +0100
commit4d13e36b03e31ee4ea17e0e615fd215815c4b3c6 (patch)
tree9e6eb88b2fb4f30d603c1c0401f7a7f4f3588b4f /CHANGELOG.md
parent83c3b6c4bd79b9be858011f05683634469c06458 (diff)
downloadgleam_stdlib-4d13e36b03e31ee4ea17e0e615fd215815c4b3c6.tar.gz
gleam_stdlib-4d13e36b03e31ee4ea17e0e615fd215815c4b3c6.zip
Power and square_root for ints
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31f65a5..f2be94c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## Unreleased
+
+- The `int` module gains the `power` function.
+- The `int` module gains the `square_root` function.
+
## v0.21.0 - 2022-04-24
- Fixed a bug where record-based map keys would clash in JavaScript.