You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.8.0] - 2026-04-03
11
+
12
+
Changes since `v0.7.1`.
13
+
14
+
### Added
15
+
- initial `wasm` dialect support plus lowering for `i32.extend8_s`, `i32.extend16_s`, `i64.extend*_s`, and signed `i32`/`i64` loads
16
+
-`objtool` CLI plus `install-objtool` and `install` tasks for inspecting MASP artifacts
17
+
- typed SDK storage and felt representation improvements, including `StorageValue<T>`, `StorageMap<K, V>`, `SchemaTypeId`, typed `FeltReader` reads, and richer decode errors
18
+
19
+
### Changed
20
+
- migrate the compiler stack to Miden VM `v0.22`, protocol `v0.14`, and SDK `v0.11`
21
+
- move address preparation into the `wasm` dialect
22
+
23
+
### Fixed
24
+
- release-build crashes in HIR caused by unsound intrusive handle conversions and stale `SymbolUse` targets
25
+
-`scf.index_switch` lowering for sparse and non-zero case sets, including selector liveness and span preservation
26
+
-`memcpy` and `memset` lowering for zero-count copies, byte fast paths, and unaligned or signed `u16`/`i16` memory access
27
+
- protocol and SDK binding regressions during the VM and protocol migration, including storage slots, note recipient helpers, active account assets, and canonical ABI edge cases
28
+
-`cargo miden new` symlink materialization on non-Unix platforms and tests that mutate the process working directory
0 commit comments