diff --git a/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md b/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md new file mode 100644 index 00000000000..f2eb8ccfe68 --- /dev/null +++ b/xtend-website/_posts/releasenotes/2019-04-03-version-2-17-1.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Xtend 2.17.1 Release Notes +date: 2019-04-03 +categories: releasenotes +published: true +--- + +This is a hotfix release. Here is the list of fixed issues: + +- There was a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. +- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 did not match the one in Eclipse 2019-03. Upgraded to LSP4J 0.7.0. +- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) preferred classes found on the classpath over local classes. diff --git a/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md b/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md new file mode 100644 index 00000000000..794e0141b4e --- /dev/null +++ b/xtext-website/_posts/releasenotes/2019-04-03-version-2-17-1.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Xtext 2.17.1 Release Notes +date: 2019-04-03 +categories: releasenotes +published: true +--- + +This is a hotfix release. Here is the list of fixed issues: + +- There was a [bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=545343) in the Xtext Builder that leads to non Xtext projects being built by Xtext. +- The [LSP4J](https://github.com/eclipse/xtext-core/issues/1059) version in Xtext 2.17.0 did not match the one in Eclipse 2019-03. Upgraded to LSP4J 0.7.0. +- The [Xtend Batch Compiler](https://github.com/eclipse/xtext-xtend/issues/750) preferred classes found on the classpath over local classes.