Skip to content

Commit 076ed8a

Browse files
committed
Update release notes for 0.13.0-next.2
1 parent ab17ece commit 076ed8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/docs/releases/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
title: Release Notes
33
---
44

5-
## v0.13.0-next.1
5+
## v0.13.0-next.2
66

77
#### cashc compiler
88
- :sparkles: Add support for `do {} while ()` loops.
9+
- :sparkles: Add support for bitwise and arithmetic shift operators (`<<`, `>>`) and bitwise inversion (`~`).
910
- :racehorse: Add optimisations for negated number comparisons.
1011

1112
#### CashScript SDK
1213

1314
- :sparkles: Add support for `do {} while ()` loops in debug tooling.
1415
- :hammer_and_wrench: Update default VM target to `BCH_2026_05`.
16+
- :hammer_and_wrench: Improve package size by tidying up dependencies.
1517

1618
## v0.12.1
1719

0 commit comments

Comments
 (0)