changeset 19738:80462dbfb3ac

doc: NEWS entry for changes in the "ismatrix" function (bug #42422).
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 13 Feb 2015 08:24:48 +0100
parents a81177f4bfe6
children ef3cdadc2a08
files NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Feb 13 00:31:10 2015 +0100
+++ b/NEWS	Fri Feb 13 08:24:48 2015 +0100
@@ -40,6 +40,10 @@
  ** For compatibility with Matlab, the "backtrace" warning option is now
     enabled by default.
 
+ ** For compatibility with Matlab, the "ismatrix(x)" function now only checks
+    the dimension of "x". The old behaviour of "ismatrix" is obtained by
+    "isnumeric (x) || islogical (x) || ischar (x)".
+
  ** The preference
 
       do_braindead_shortcircuit_evaluation