Skip to content

Commit 67fa467

Browse files
committed
Changes!
1 parent 4aca745 commit 67fa467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- `list.flatten` is no longer deprecated and is kept as a synonym of
66
`list.concat`
77
- The `iterator` module gains the `concat` function.
8+
- The `int` module gains the `bitwise_and`, `bitwise_or`,
9+
`bitwise_exclusive_or`, `bitwise_not`, `bitwise_shift_left`, and
10+
`bitwise_shift_right` functions.
811

912
## v0.30.2 - 2023-08-31
1013

0 commit comments

Comments
 (0)