Skip to content

Commit

Permalink
Merge pull request #59 from ahmetalpbalkan/pr-changelog-foreach
Browse files Browse the repository at this point in the history
README: update changelog with ForEach
  • Loading branch information
ahmetb committed Jan 10, 2017
2 parents 29256b8 + 56728b8 commit 7e71c12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -170,16 +170,17 @@ From(sentences).
**More examples** can be found in the [documentation](https://godoc.org/github.com/ahmetalpbalkan/go-linq).

## Release Notes

~~~
v3.0.0 (2017-01-05)
v3.0.0 (2017-01-10)
* Breaking change: ToSlice() now overwrites existing slice starting
from index 0 and grows/reslices it as needed.
* Generic methods support (thanks @cleitonmarx!)
- Accepting parametrized functions was originally proposed in #26
- You can now avoid type assertions and interface{}s
- Functions with generic methods are named as "MethodNameT" and
signature for the existing LINQ methods are unchanged.
* Added AggregateWithSeedBy()
* Added ForEach(), ForEachIndexed() and AggregateWithSeedBy().
v2.0.0 (2016-09-02)
* IMPORTANT: This release is a BREAKING CHANGE. The old version
Expand Down

0 comments on commit 7e71c12

Please sign in to comment.