From 7ad28b577489b612959a648a21be99981eedff55 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 25 Oct 2023 14:34:52 -0500 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.25.1