summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWhaleKit <kitmouse.nikita@gmail.com>2025-01-06 18:25:53 +0600
committerGitHub <noreply@github.com>2025-01-06 13:25:53 +0100
commit0202878e1cdf5448fb007cc080c98cce707c889f (patch)
tree8aeb7446d072d174068ddd7eba150192a5bdd68e /CHANGELOG.md
parent5797ee77faeeaed8eb54f2eb09dd4a07c3c01017 (diff)
Check returns in untyped host functions (#27)
--------- Signed-off-by: Henry Gressmann <mail@henrygressmann.de> Co-authored-by: Henry Gressmann <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 a660685..e52cdc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed archive **no_std** support which was broken in the previous release, and added more tests to ensure it stays working
+- Check returns in untyped host functions ([#27](https://github.com/explodingcamera/tinywasm/pull/27)) (thanks [@WhaleKit](https://github.com/WhaleKit))
## [0.8.0] - 2024-08-29