From: Brendan Hansen Date: Tue, 18 Jul 2023 18:40:18 +0000 (-0500) Subject: updated CHANGELOG X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=442ebb7a2855b83b689605962e4efbded78fd3de;p=onyx.git updated CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index 03643ece..abb236da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,8 +15,11 @@ Additions: - `tty_get` and `tty_set` functions in `core.os` - Allows for controlling raw and echoed input - Currently only for `onyx` runtime and on Linux only. +- `-Dno_entrypoint` for programs that do not have a `main` function. Removals: +- `Wait_Notify_Available` global in `runtime` package. + - This is no longer needed as futexes are preferred instead of wait/notify. Changes: