# HG changeset patch # User Jaroslav Hajek # Date 1248676494 -7200 # Node ID 44e2e568f973838417342029e4160ce2d4d6ac20 # Parent ff8d7f3ad203efa64f468d7a53f76290c5c603b5 update NEWS diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-27 Jaroslav Hajek + + * NEWS: Update. + 2009-07-22 Jaroslav Hajek * NEWS: Update. diff --git a/NEWS b/NEWS --- 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: ---------------------------------------------------------