Mercurial > hg > octave-lyh
diff NEWS @ 9462:44e2e568f973
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 27 Jul 2009 08:34:54 +0200 |
parents | a35d8ec8a0c4 |
children | bca39c365fda |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -31,7 +31,10 @@ assert (2*linspace (1, 5, 5), 2*(1:5)) assert (zeros (0, 0), []) assert (2*ones (1, 5), (2) (ones (1,5))) - + + ** Function handles are now aware of overloaded functions. If a function + is overloaded, the handle determines at the time of its reference which + function to call. A non-overloaded version does not need to exist. Summary of important user-visible changes for version 3.2: ---------------------------------------------------------