# HG changeset patch # User Jaroslav Hajek # Date 1263473451 -3600 # Node ID a8de53a88e070626a2dd05c31d8f5aa8d810a064 # Parent 06e11df4592d04ff8ffee5378b5758ce9516ae3f update NEWS diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-14 Jaroslav Hajek + + * NEWS: Update. + 2010-01-13 John W. Eaton * configure.ac: Handle --enable-docs. Print warning in summary diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -77,6 +77,9 @@ is overloaded, the handle determines at the time of its reference which function to call. A non-overloaded version does not need to exist. + ** Overloading functions for built-in classes (double, int8, cell etc) is now + compatible with Matlab. + ** 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 @@ -178,7 +181,8 @@ ** "strfind" and "strrep" now have compiled implementations, facilitating significantly more efficient searching and replacing in strings, especially with longer patterns. The code of "strcat" has been vectorized and is now much more efficient - when lots of strings are concatenated. + when lots of strings are concatenated. "strcmpi" and "strncmpi" are now built-in functions, + providing better performance. Summary of important user-visible changes for version 3.2: ---------------------------------------------------------