From 7846c918b98fd6da969e63f4b778c6afbd5de853 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Tue, 27 Jun 2023 21:56:14 -0500 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index baee3acb..77975d02 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,11 @@ Additions: - `union #tag_type u8` - Infrastructure to have custom sub-commands. - Any `*.wasm` file in `$ONYX_PATH/tools` is available to run with `onyx ` -- Added `--skip-native` flag to `onyx pkg sync` to skip compiling native libraries. +- `__futex_wait` and `__futex_wake` to platform layer. + - This allows for non-busy-waiting on mutexes on semaphores. + - Currently implemented for Onyx and JS platforms; WASI is impossible, but WASIX will come soon. +- `--skip-native` flag to `onyx pkg sync` to skip compiling native libraries. +- Ability to tag methods on structures. Removals: -- 2.25.1