aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 1bc6cc4..0d6e5b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## Unreleased
+
+- The `int` module gains the `clamp` function.
+- The `float` module gains the `clamp` function.
+
## v0.13.0 - 2021-01-13
- The `int` module gains the `absolute_value`, `sum` and `product` functions.