diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-02-12 18:42:10 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2025-02-12 18:42:10 +0100 |
| commit | 7e668f9e321c941f38395e47a29501dce0fc81a9 (patch) | |
| tree | 95ff21b080140759b2e09d84b3664d6e21b782ba /CHANGELOG.md | |
| parent | e9782276a3a51f3b9ff4cdc6b56c447b1ab0d463 (diff) | |
feat: use postcard for new twasm format
Closes #32, #31
Co-authored-by: Mateusz <dragonn@op.pl>
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab30d8d..0222a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,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:**: New backwards-incompatible version of the twasm format based on `postcard` (thanks [@dragonnn](https://github.com/dragonnn)) - **Breaking:**: `RefNull` has been removed and replaced with new `FuncRef` and `ExternRef` structs - Increased MSRV to 1.83.0 |
