updated CHANGELOG
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 25 Oct 2023 19:34:52 +0000 (14:34 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 25 Oct 2023 19:34:52 +0000 (14:34 -0500)
CHANGELOG

index 329b0f9f5baedf767416a766f027e7f12870f1f3..00b43f701cd2f600b9a63744eb173e890adf5058 100644 (file)
--- 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.