summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-04-26 17:43:23 +0200
committerHenry Gressmann <mail@henrygressmann.de>2025-04-26 17:43:23 +0200
commite1b76386b7e323054d5e8844366ebad86bba693e (patch)
treeed5ab4829ce1c20dc3bfe7bd4e1f65f0febbc07c /CHANGELOG.md
parentc1a8cfad737cc79772b44a99088bcccd0ab6ee02 (diff)
feat: add canonicalize_nans feature
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e63ff2b..8c47dea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
+- Support for the `memory64` proposal
+- Groundwork for the `simd` proposal
+- New `canonicalize_nans` feature flag to enable canonicalizing NaN values in the `f32`, `f64`, and `v128` types
### Breaking Changes