Skip to content

Commit 6ce4b01

Browse files
committed
Document new concat() and except() methods
1 parent d7b1e50 commit 6ce4b01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ChangeLog.md

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

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

6+
* Merged PR #59: Add `except()`, returns a sequence with values except
7+
those passed
8+
(@thekid)
9+
* Merged PR #58: Add `concat()`, returns a concatenation of the sequence
10+
and the given enumerable
11+
(@thekid)
612
* Fix *Increment on non-numeric string is deprecated* warning in PHP 8.5+
713
(@thekid)
814

0 commit comments

Comments
 (0)