Changeset 1946 for trunk/docsrc

Show
Ignore:
Timestamp:
08/30/10 00:06:23 (1 year ago)
Author:
dsimcha
Message:

Make std.algorithm.reduce() work with opApply iteration.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docsrc/changelog.dd

    r1942 r1946  
    77 
    88    $(WHATSNEW 
     9    $(LI std.algorithm:  reduce now works with non-range-based iteration, such as opApply.) 
    910    $(LI std.numeric:  Added FFT.) 
    1011    $(LI std.process: Added environment, an AA-like interface for environment variables.)