From: Brendan Hansen Date: Wed, 25 Oct 2023 19:34:52 +0000 (-0500) Subject: updated CHANGELOG X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=7ad28b577489b612959a648a21be99981eedff55;p=onyx.git updated CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index 329b0f9f..00b43f70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,7 +20,7 @@ Additions: - `misc.any_unwrap` to unwrap an `any` containing an optional. - `json.decode_with_result` - `json.decode_into` -- When debugging, `/ 0` or `% 0` will trigger an exception to debug the error. +- `slice.group_by` Removals: @@ -28,6 +28,7 @@ Changes: - Complete overhaul of networking in the core library. - Backwards compatiblity was not strictly maintained, but common functions did not change, like `socket_send` and `socket_recv`. +- When debugging, `/ 0` or `% 0` will trigger an exception to debug the error. Bugfixes: - `alloc.atomic` package was broken when `sync` package was missing.