diff options
Diffstat (limited to 'CHANGELOG.md')
-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 |