From bd5331a2acfd84db84f4460ac8bd2fdfc93ba50d Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 12 Aug 2017 14:40:31 +0200 Subject: [PATCH] Updated history --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ea7b37bd6..b33c9aa1e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,9 @@ - Fixed `toString` of a parsed expression tree containing an immediately invoked function assignment not being wrapped in parenthesis (for example `(f(x) = x^2)(4)`). +- For security reasons, type checking is now done in a more strict + way using functions like `isComplex(x)` instead of duck type checking + like `x && x.isMatrix === true`. ## 2017-08-06, version 3.16.0