Skip to content

Commit

Permalink
CHANGELOG: add #128, #129, #130
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Jul 7, 2024
1 parent 1fc4788 commit 34c7a3a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- [#128](https://github.com/ydnar/wasm-tools-go/pull/128): implemented `String` method for `enum` types ([@rajatjindal](https://github.com/rajatjindal)).

### Fixed
- [#130](https://github.com/ydnar/wasm-tools-go/issues/130): anonymous `tuple` types now correctly have exported Go struct fields.
- [#129](https://github.com/ydnar/wasm-tools-go/issues/129): correctly handle zero-length `tuple` and `record` types, represented as `struct{}`.

## [v0.1.2] — 2024-07-05

### Added
Expand Down

0 comments on commit 34c7a3a

Please sign in to comment.