Mercurial > hg > octave-lyh
diff NEWS @ 10323:ee93dbfba45b
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 15 Feb 2010 08:40:28 +0100 |
parents | c1246f17119e |
children | 0c8d2278c57f |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -88,6 +88,9 @@ ** Overloading functions for built-in classes (double, int8, cell, etc.) is now compatible with Matlab. + ** Function handles can now be compared with the == and != operators, + as well as the `isequal' function. + ** Performance of concatenation (using []) and the functions `cat', `horzcat', and `vertcat' has been improved for multidimensional arrays.