# HG changeset patch # User Jaroslav Hajek # Date 1263556267 -3600 # Node ID b9ea485bdfdb0707dedd4ec1f851d73d68a87fae # Parent fecebef27388ac05d0ce2ff20759e26176dc5168 update NEWS diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-15 Jaroslav Hajek + + * NEWS: Update. + 2010-01-14 Jaroslav Hajek * NEWS: Update. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -80,6 +80,9 @@ ** Overloading functions for built-in classes (double, int8, cell etc) is now compatible with Matlab. + ** Performance of concatenation (using []) and the functions cat, horzcat and + vertcat has been improved for multidimensional arrays. + ** The operation-assignment operators +=, -=, *= and /= now behave more efficiently in certain cases. For instance, if m is a matrix and s a scalar, then the statement