# HG changeset patch # User Jaroslav Hajek # Date 1248676494 -7200 # Node ID 44e2e568f973838417342029e4160ce2d4d6ac20 # Parent ff8d7f3ad203efa64f468d7a53f76290c5c603b5 update NEWS diff -r ff8d7f3ad203 -r 44e2e568f973 ChangeLog --- a/ChangeLog Fri Jul 24 17:41:09 2009 -0400 +++ b/ChangeLog Mon Jul 27 08:34:54 2009 +0200 @@ -1,3 +1,7 @@ +2009-07-27 Jaroslav Hajek + + * NEWS: Update. + 2009-07-22 Jaroslav Hajek * NEWS: Update. diff -r ff8d7f3ad203 -r 44e2e568f973 NEWS --- a/NEWS Fri Jul 24 17:41:09 2009 -0400 +++ b/NEWS Mon Jul 27 08:34:54 2009 +0200 @@ -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: ---------------------------------------------------------