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.