From c22ffd9244f2c6bbfb560b6d637eabca08414e99 Mon Sep 17 00:00:00 2001 From: Alex Rothuis Date: Sat, 5 Nov 2022 17:12:36 +0100 Subject: Add operator functions to change log --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3