# HG changeset patch # User Jaroslav Hajek # Date 1264595441 -3600 # Node ID c54ee101d13c5e04cf7731ca7ea82331182f062a # Parent 76a880a588ce196f1ef505462d5d9940e6d23d05 update NEWS diff -r 76a880a588ce -r c54ee101d13c ChangeLog --- a/ChangeLog Wed Jan 27 13:13:26 2010 +0100 +++ b/ChangeLog Wed Jan 27 13:30:41 2010 +0100 @@ -1,3 +1,7 @@ +2010-01-27 Jaroslav Hajek + + * NEWS: Update. + 2010-01-21 John W. Eaton * configure.ac: Don't check for standard C headers (by now, I diff -r 76a880a588ce -r c54ee101d13c NEWS --- a/NEWS Wed Jan 27 13:13:26 2010 +0100 +++ b/NEWS Wed Jan 27 13:30:41 2010 +0100 @@ -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: ---------------------------------------------------------