Skip to content

Commit 722ce80

Browse files
committed
Add changelog for the 0.32.0 release
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 43f9c34 commit 722ce80

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.32.0 (October 2nd, 2018)
4+
* enhancement - new Java 11 support for Maven, Gradle and Eclipse projects. See [#625](https://github.com/redhat-developer/vscode-java/issues/625) and [#653](https://github.com/redhat-developer/vscode-java/issues/653).
5+
* enhancement - cascade "Update project configuration" command to child Maven projects. See [#638](https://github.com/redhat-developer/vscode-java/issues/638).
6+
* enhancement - bind `Project configuration is not up-to-date with pom.xml` diagnostics to pom.xml. See [JLS#797](https://github.com/eclipse/eclipse.jdt.ls/issues/797).
7+
* enhancement - ignore `Unknown referenced nature` warnings. See [JLS#812](https://github.com/eclipse/eclipse.jdt.ls/issues/812).
8+
* bug fix - fixed `Force Java Compilation` command failing due to `Project configuration is not up-to-date with pom.xml` errors. See [JLS#813](https://github.com/eclipse/eclipse.jdt.ls/issues/813).
9+
310
## 0.31.0 (September 16th, 2018)
411
* enhancement - added Outline support. See [#586](https://github.com/redhat-developer/vscode-java/issues/586).
512
* enhancement - new `java.completion.enabled` preference to disable auto-completion. See [#631](https://github.com/redhat-developer/vscode-java/pull/631).

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Quick Start
1212
============
1313
1. Install the Extension
1414
2. If you do not have a _Java_ Development Kit correctly [set](#setting-the-jdk)
15-
* Download and install a Java 8, 9, 10 compatible development kit.
15+
* Download and install a Java 8, 9, 10 or 11 compatible development kit.
1616
3. Extension is activated when you first access a Java file
1717
* Recognizes projects with *Maven* or *Gradle* build files in the directory hierarchy.
1818

@@ -88,8 +88,6 @@ The following settings are supported:
8888
* `java.format.comments.enabled` : Includes the comments during code formatting.
8989
* `java.format.onType.enabled` : Enable/disable on-type formatting (triggered on `;`, `}` or `<return>`).
9090
* `java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
91-
92-
*New in 0.31.0:*
9391
* `java.completion.enabled` : Enable/disable code completion support.
9492

9593

0 commit comments

Comments
 (0)