diff options
author | Connor Schembor <cschembor96@gmail.com> | 2020-08-27 08:37:43 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-08-27 13:55:55 +0100 |
commit | 8c8f94bbe23bc21d664b9ab824b7bd8bd3ed6d59 (patch) | |
tree | f1093e3b97e47f98598d2a4436b366a9f0f0f7d4 | |
parent | 66653cae1a57435140b591683f3de429b3e87c3e (diff) | |
download | gleam_stdlib-8c8f94bbe23bc21d664b9ab824b7bd8bd3ed6d59.tar.gz gleam_stdlib-8c8f94bbe23bc21d664b9ab824b7bd8bd3ed6d59.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index def02db..f983e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ - The `bit_builder` module gains the `from_string` function. - The `list` module gains the `key_set` and `unzip` function. - The `function` module gains the `rescue` function. +- The `float` module gains the `power`, `square_root`, and `absolute_value` + functions. ## v0.10.1 - 2020-07-01 |