updated CHANGELOG
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Jun 2023 02:56:14 +0000 (21:56 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Jun 2023 02:56:14 +0000 (21:56 -0500)
CHANGELOG

index baee3acbda98fee55bfd45583530e8afceac162c..77975d02d1df706b440b249a22bf46c1423d40b8 100644 (file)
--- 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 <cmd>`
-- 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: