aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-09-04 13:02:14 +0100
committerLouis Pilfold <louis@lpil.uk>2023-09-04 13:38:50 +0100
commit67fa467a7edb9c7b136905c61b1094c9c3160912 (patch)
tree332993c184561cf426bd8c205e6af076c6783f4a /CHANGELOG.md
parent4aca74566e861cef0f902602501bf274ba5c43f8 (diff)
downloadgleam_stdlib-67fa467a7edb9c7b136905c61b1094c9c3160912.tar.gz
gleam_stdlib-67fa467a7edb9c7b136905c61b1094c9c3160912.zip
Changes!
Diffstat (limited to 'CHANGELOG.md')
-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