File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
184185v2.0.0 (2016-09-02)
185186* IMPORTANT: This release is a BREAKING CHANGE. The old version
You can’t perform that action at this time.
0 commit comments