summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-30 22:19:25 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-30 22:19:25 +0200
commit4425733bdfb516ca2530e6199c2c95ece91b627d (patch)
tree2b50626d449c5b4f2295ac90f93d28df1600a901 /CHANGELOG.md
parent9c85fa9c3a2066ce851af53d7019e6a25a45af3b (diff)
chore: Memory and Data Instances are no longer reference counted
Signed-off-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 9f6e985..c88a55e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use a seperate stack and locals for 32, 64 and 128 bit values and references (#21)
- Updated to latest `wasmparser` version
- Removed benchmarks comparing TinyWasm to other WebAssembly runtimes to reduce build dependencies
+- Memory and Data Instances are no longer reference counted
## [0.7.0] - 2024-05-15