summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-07-23 09:47:59 +0200
committerHenry <mail@henrygressmann.de>2026-07-23 09:47:59 +0200
commit1dc86cd5e68f754a03bd38268d7d4a693bbdea47 (patch)
tree33f82426b5e8cd216fef0e8f04f32b67ad24af70 /CHANGELOG.md
parent8bc916ef0afdede9edce6bb9045dc555e4d3b218 (diff)
chore: simplify LinearMemory trait
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b65ccc..b1d0ed9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed the parser's `optimize_remove_nop` option and accessors.
- Changed public `Instruction` variants and the `.twasm` format. Existing archives must be regenerated.
- `TableType` limits now use `u64`. Use `TableType::new` or `TableType::new64` instead of struct literals.
+- `LinearMemory` trait now uses a single `usize` address for all memory operations
## [0.9.1] - 2026-06-29