summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84815c2..e68cd55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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
### Removed
@@ -75,7 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**All Commits**: https://github.com/explodingcamera/tinywasm/compare/v0.1.0...v0.2.0
-- Support for br_table
+- Support for `br_table`
- Memory trapping improvements
- Implicit function label scopes
- else Instructions