Mercurial > hg > octave-nkf
changeset 10323:ee93dbfba45b
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 15 Feb 2010 08:40:28 +0100 |
parents | 21551cc88061 |
children | 7673850d6adf |
files | ChangeLog NEWS |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-15 Jaroslav Hajek <highegg@gmail.com> + + * NEWS: Update. + 2010-02-10 Jaroslav Hajek <highegg@gmail.com> * NEWS: Update.
--- 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.