Mercurial > hg > octave-nkf
changeset 9462:44e2e568f973
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 27 Jul 2009 08:34:54 +0200 |
parents | ff8d7f3ad203 |
children | d34baf412786 |
files | ChangeLog NEWS |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-27 Jaroslav Hajek <highegg@gmail.com> + + * NEWS: Update. + 2009-07-22 Jaroslav Hajek <highegg@gmail.com> * NEWS: Update.
--- 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: ---------------------------------------------------------