aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd0029f..4de7ae2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## v0.24.1 - unreleased
+- The `bool` module gains the `and` and `or` functions.
+- The `float` module gains the `add`, `subtract` and `multiply` functions.
+- The `int` module gains the `add`, `subtract` and `multiply` functions.
- Fixed a bug where `list.permutations` would not correctly permutate lists
with non-unique item values.
- For `regexp.compile` unicode character properties are now used when