Mercurial > hg > octave-lyh
changeset 10208:c54ee101d13c
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 27 Jan 2010 13:30:41 +0100 |
parents | 76a880a588ce |
children | ea0d83b4470b |
files | ChangeLog NEWS |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-27 Jaroslav Hajek <highegg@gmail.com> + + * NEWS: Update. + 2010-01-21 John W. Eaton <jwe@octave.org> * configure.ac: Don't check for standard C headers (by now, I
--- a/NEWS +++ b/NEWS @@ -209,6 +209,10 @@ of `strcat' has been vectorized and is now much more efficient when many strings are concatenated. The `strcmpi' and `strncmpi' functions are now built-in functions, providing better performance. + + ** Matlab-style ignoring input and output function arguments using tilde (~) + is now supported. For more details, consult the manual. + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------