Skip to content

Commit b533573

Browse files
committed
CHANGELOG: add line for #284
1 parent 80a57c7 commit b533573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1414
- Breaking: generated `*.wasm.go` files will now have correct WIT kebab-case base name. Interfaces or worlds with `-` in their name will require removal of the previous `*.wasm.go` files.
1515
- Dropped support for TinyGo v0.32.0.
1616

17+
### Fixed
18+
19+
- [#284](https://github.com/bytecodealliance/go-modules/issues/284): do not use `bool` for `variant` or `result` GC shapes. TinyGo returns `result` and `variant` values with `bool` as 0 or 1, which breaks the memory representation of tagged unions (variants).
20+
1721
## [v0.5.0] — 2024-12-14
1822

1923
### Changed

0 commit comments

Comments
 (0)