Skip to content

Commit 227cdf8

Browse files
committed
Update history.
1 parent 4932249 commit 227cdf8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
For a full list of releases, see <a href="https://github.com/julianhyde/linq4j/releases">github</a>.
44

5+
## <a href="https://github.com/julianhyde/linq4j/releases/tag/linq4j-0.4">0.4</a> / 2014-05-28
6+
7+
* Fix <a href="https://github.com/julianhyde/linq4j/issues/27">#27</a>,
8+
"Incorrectly inlines non-final variable".
9+
* Maven build process now deploys web site.
10+
* Implement `Enumerable` methods: `any`, `all`,
11+
`contains` with `EqualityComparer`, `first`, `first` with predicate.
12+
513
## <a href="https://github.com/julianhyde/linq4j/releases/tag/linq4j-0.3">0.3</a> / 2014-04-21
614

715
* Move optimizer visitor from optiq to linq4j; add

0 commit comments

Comments
 (0)