Skip to content

Commit

Permalink
Update CHANGELOG for v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrogoyski committed Jan 10, 2023
1 parent fae2aac commit a72c3fc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# IterTools PHP Change Log

## v1.1.0 - 2023-01-10

### New Features
* Multi
* `zipEqual`
* Single
* `pairwise`
* Summary
* `isSorted`
* `isReversed`
* `same`
* `sameCount`
* Reduce
* `toAverage`
* `toCount`
* `toMax`
* `toMin`
* `toProduct`
* `toSum`
* `toValue`

## v1.0.0 - 2022-04-25

Initial release.

0 comments on commit a72c3fc

Please sign in to comment.