From 80a0ac179a7754caa04d0487eca59e76088aeb91 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 24 Apr 2024 09:31:29 +0200 Subject: [PATCH] chore: update history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 5d2575c4b2..8976aba342 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ # unpublished changes since 12.4.1 +- Fix #3192: function `isNaN` returns `false` for `NaN` units in a matrix or + array (#3193). Thanks @lgerin. - Fix: #3180 fix type definitions of functions `add` and `multiply` to allow more than two arguments. - Docs: correct the docs about `traverse` returning void (#3177).