# HG changeset patch # User Jaroslav Hajek # Date 1263556267 -3600 # Node ID b9ea485bdfdb0707dedd4ec1f851d73d68a87fae # Parent fecebef27388ac05d0ce2ff20759e26176dc5168 update NEWS diff -r fecebef27388 -r b9ea485bdfdb ChangeLog --- a/ChangeLog Fri Jan 15 11:49:55 2010 +0100 +++ b/ChangeLog Fri Jan 15 12:51:07 2010 +0100 @@ -1,3 +1,7 @@ +2010-01-15 Jaroslav Hajek + + * NEWS: Update. + 2010-01-14 Jaroslav Hajek * NEWS: Update. diff -r fecebef27388 -r b9ea485bdfdb NEWS --- a/NEWS Fri Jan 15 11:49:55 2010 +0100 +++ b/NEWS Fri Jan 15 12:51:07 2010 +0100 @@ -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