From fe3a0c32b76251e0d184e9c69ac022753d0ddd19 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Fri, 13 Dec 2024 11:07:09 +0100 Subject: [PATCH] update release notes --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index d46972ea6..1f62b0d98 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -39,6 +39,7 @@ - Fix issue with accessing arrays in access-overloaded types, e.g. `list[1][2]` #1665. - Cast removing arbitrary array indices and converting them to pointers should always be fine #1664 - Incorrect "no-libc" definition of `cos`, making it unavailable for wasm. +- Fix issue with the adjoint and inverse calculations for `Matrix2x2`. ### Stdlib changes - Add `io::MultiReader`, `io::MultiWriter`, and `io::TeeReader` structs.