Skip to content

Commit 56541af

Browse files
committed
Prepare 2.1.0-RELEASE [ci skip]
1 parent c5b3be9 commit 56541af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Data sequences change log
33

44
## ?.?.? / ????-??-??
55

6+
## 2.1.0 / 2015-01-18
7+
68
* Heads up: Removed `sum()` operation, it can easily be rewritten to
79
either `$sum= $seq->reduce(0, function($a, $b) { return $a + $b; })`
810
or `$sum= $seq->collect(Collectors::summing())` which are more flexible.

0 commit comments

Comments
 (0)