diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
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 |
