Skip to content

Commit 449a4dc

Browse files
committed
Initial release
1 parent e4d3bf7 commit 449a4dc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Data sequences change log
2+
=========================
3+
4+
## 1.0.0 / 2014-11-03
5+
6+
* Added support to omit value function in `Collectors::toMap()`. The collector
7+
then used the element itself as a value - @thekid
8+
* Added experimental support to install via Composer - @thekid
9+
* Merged PR #2: Make `skip()` and `limit()` also accept closures
10+
(@thekid)
11+
* Added supoort for `util.Filter` class in XP Framework. See xp-framework/rfc#98
12+
and xp-framework/rfc#266
13+
(@thekid)
14+
* Added support for PHP 5.5 generators (though minimum version requirement is
15+
still PHP 5.4) - @thekid

0 commit comments

Comments
 (0)