summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-01-06 21:40:21 +0100
committerHenry Gressmann <mail@henrygressmann.de>2025-01-06 21:40:29 +0100
commit9f1bc8d77b5fa691eb64d851ff39f68a77b5032c (patch)
tree707351e5778648139259fdad6f5e68203e918874 /CHANGELOG.md
parent0202878e1cdf5448fb007cc080c98cce707c889f (diff)
feat: replace `RefNull` with new `FuncRef` and `ExternRef` structs
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 e52cdc6..ab30d8d 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
### Changed
- **Breaking:**: New backwards-incompatible version of the twasm format (upgraded `rkyv` to 0.8.0)
+- **Breaking:**: `RefNull` has been removed and replaced with new `FuncRef` and `ExternRef` structs
- Increased MSRV to 1.83.0
### Fixed