From: Brendan Hansen Date: Wed, 28 Jun 2023 02:56:14 +0000 (-0500) Subject: updated CHANGELOG X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=7846c918b98fd6da969e63f4b778c6afbd5de853;p=onyx.git updated CHANGELOG --- 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: