We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4932249 commit 227cdf8Copy full SHA for 227cdf8
HISTORY.md
@@ -2,6 +2,14 @@
2
3
For a full list of releases, see <a href="https://github.com/julianhyde/linq4j/releases">github</a>.
4
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
13
## <a href="https://github.com/julianhyde/linq4j/releases/tag/linq4j-0.3">0.3</a> / 2014-04-21
14
15
* Move optimizer visitor from optiq to linq4j; add
0 commit comments