diff options
author | Nicklas Sindlev Andersen <nsa200293@live.dk> | 2022-06-07 19:55:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 18:55:57 +0100 |
commit | eeceba29e9d27fe1820bf2d806d4699a37a0469c (patch) | |
tree | d14003ab111183644e00f92b48465a379f757a5e /CHANGELOG.md | |
parent | 32d63fb1a0d8d46d17ef7077a4eb1e795dd1cc62 (diff) | |
download | gleam_stdlib-eeceba29e9d27fe1820bf2d806d4699a37a0469c.tar.gz gleam_stdlib-eeceba29e9d27fe1820bf2d806d4699a37a0469c.zip |
Fix int.power and float.power functions (#302)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 972e422..106b4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - The `string` module gains the `first`, `last`, and `capitalise` functions. - Fixed a bug where `string.reverse` would break utf8 strings on target JavaScript. - Fixed a bug where `string.slice` would break utf8 strings on target JavaScript. +- Fixed the `int.power` and `float.power` functions by properly handling error cases. - The grapheme iterator used by `string.graphemes` is now locale independent on target JavaScript. ## v0.21.0 - 2022-04-24 |