diff options
-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 |