We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab17ece commit 076ed8aCopy full SHA for 076ed8a
1 file changed
website/docs/releases/release-notes.md
@@ -2,16 +2,18 @@
2
title: Release Notes
3
---
4
5
-## v0.13.0-next.1
+## v0.13.0-next.2
6
7
#### cashc compiler
8
- :sparkles: Add support for `do {} while ()` loops.
9
+- :sparkles: Add support for bitwise and arithmetic shift operators (`<<`, `>>`) and bitwise inversion (`~`).
10
- :racehorse: Add optimisations for negated number comparisons.
11
12
#### CashScript SDK
13
14
- :sparkles: Add support for `do {} while ()` loops in debug tooling.
15
- :hammer_and_wrench: Update default VM target to `BCH_2026_05`.
16
+- :hammer_and_wrench: Improve package size by tidying up dependencies.
17
18
## v0.12.1
19
0 commit comments