From 9baf478f708755d82ea0c313c7264436ed2f3190 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Thu, 22 Feb 2024 11:13:23 +0100 Subject: [PATCH] chore: update history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 3f35e9aafa..7783d17529 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,8 @@ - Feat: implement support for trailing commas in matrices (#3154, #2968). Thanks @dvd101x. +- Feat: improve the performance of `multiply` a lot by adding matrix type + inferencing (#3149). Thanks @RandomGamingDev. - Fix: `PartitionedMap` and `ObjectWrappingMap` missing a property `Symbol.iterator`, causing problems when trying `new Map(scope)` (#3156). - Fix: type definitions of function `mode` (#3153). Thanks @rich-martinez.