# HG changeset patch # User Jaroslav Hajek # Date 1266219628 -3600 # Node ID ee93dbfba45bc1f349e1c8aee00eff6e5ab90a69 # Parent 21551cc88061c0c8dd1c7d4054e17cebcf5ce4bc update NEWS diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-15 Jaroslav Hajek + + * NEWS: Update. + 2010-02-10 Jaroslav Hajek * NEWS: Update. diff --git a/NEWS b/NEWS --- 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.