summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-13 15:28:31 +0100
committerGitHub <noreply@github.com>2024-03-13 15:28:31 +0100
commit03020080366241f1c5b610546d3e17687232eb30 (patch)
tree67ed5722bb37f55ffa135ce241f722f78cb56831 /CHANGELOG.md
parent398b2af4ea37be98093bdf7ac185a468c62c4aef (diff)
chore: optimize block stack, remove EndFunc (#12)
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e68cd55..85c179e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,16 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
+- `Imports` and `Module` are now cloneable (#9)
+
### Changed
-- Improved documentation and added more tests
-- Tests can now be run on more targets
-- Nightly version has been updated to fix broken builds in some cases
-- Enhance support for scripted language bindings by making Imports and Module cloneable
-- Add `aarch64-apple-darwin` and `armv7-unknown-linux-gnueabihf` targets to CI
+- Improved documentation and added more tests (735c7cb636edfd4704460c94a9c7d65e5bf4df48)
+- Tests can now be run on more targets (#11)
+- Nightly version has been updated to fix broken builds in some cases (#12)
+- Add `aarch64-apple-darwin` and `armv7-unknown-linux-gnueabihf` targets to CI (#12)
### Removed
+- Removed the `EndFunc` instruction, as it was already covered by the `Return` instruction\
+ This also fixes a weird bug that only occurred on certain nightly versions of Rust
+
## [0.5.0] - 2024-03-01
**All Commits**: https://github.com/explodingcamera/tinywasm/compare/v0.4.0...v0.5.0