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 1bc5bf3..7741174 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@
- `list.flatten` is no longer deprecated and is kept as a synonym of
`list.concat`
- The `iterator` module gains the `concat` function.
+- The `int` module gains the `bitwise_and`, `bitwise_or`,
+ `bitwise_exclusive_or`, `bitwise_not`, `bitwise_shift_left`, and
+ `bitwise_shift_right` functions.
## v0.30.2 - 2023-08-31