From c7c26e8900e86f8b2116648e988b1e34c85f4077 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 24 Jul 2026 14:45:52 +0200 Subject: docs: improve rust docs Signed-off-by: Henry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c104f8..37f697d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,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. -- `ToWasmType` and `ToWasmTypes` now use associated constants, and `wasm_types` returns `Cow`. +- `ToWasmTypes` now uses an associated constant, and `wasm_types` returns `Cow`. - `LinearMemory` now uses a single `usize` address and changed its fixed-width read/write signatures. ## [0.9.1] - 2026-06-29 -- cgit v1.3.1