summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-03-02 14:32:08 +0100
committerHenry Gressmann <mail@henrygressmann.de>2025-03-02 14:32:08 +0100
commitb643e9010dcb97adaca4938a60fe026836b08e64 (patch)
tree2baa2994b5ec30fc305f6112c56bca78aa170394 /CHANGELOG.md
parentafc76e44457975e3d20b3a490c5029dec6f4983a (diff)
parent569e0b42bde426f83ad0329d4d6ec7a4c0793b36 (diff)
Merge branch 'next' into feat/simd
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 c01787f..e63ff2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support for the custom memory page sizes proposal ([#22](https://github.com/explodingcamera/tinywasm/pull/22) by [@danielstuart14](https://github.com/danielstuart14))
+- Support for the `tail_call` proposal
### Breaking Changes