Skip to content

Commit 7e71c12

Browse files
authored
Merge pull request #59 from ahmetalpbalkan/pr-changelog-foreach
README: update changelog with ForEach
2 parents 29256b8 + 56728b8 commit 7e71c12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,17 @@ From(sentences).
170170
**More examples** can be found in the [documentation](https://godoc.org/github.com/ahmetalpbalkan/go-linq).
171171

172172
## Release Notes
173+
173174
~~~
174-
v3.0.0 (2017-01-05)
175+
v3.0.0 (2017-01-10)
175176
* Breaking change: ToSlice() now overwrites existing slice starting
176177
from index 0 and grows/reslices it as needed.
177178
* Generic methods support (thanks @cleitonmarx!)
178179
- Accepting parametrized functions was originally proposed in #26
179180
- You can now avoid type assertions and interface{}s
180181
- Functions with generic methods are named as "MethodNameT" and
181182
signature for the existing LINQ methods are unchanged.
182-
* Added AggregateWithSeedBy()
183+
* Added ForEach(), ForEachIndexed() and AggregateWithSeedBy().
183184
184185
v2.0.0 (2016-09-02)
185186
* IMPORTANT: This release is a BREAKING CHANGE. The old version

0 commit comments

Comments
 (0)