Skip to content

Commit b419533

Browse files
committed
Changelog for the 0.34.0 release
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 32f6f89 commit b419533

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.34.0 (November 16th, 2018)
4+
* enhancement - add ability to attach missing sources. See [#837](https://github.com/redhat-developer/vscode-java/issues/233).
5+
* enhancement - adopt new CodeAction and CodeActionKind. See [JLS#800](https://github.com/eclipse/eclipse.jdt.ls/pull/800).
6+
* enhancement - resolve `~/` paths for `java.configuration.maven.userSettings`. See [JLS#848](https://github.com/eclipse/eclipse.jdt.ls/issues/848).
7+
* bug fix - fixed import failure when parent project is missing. See [#702](https://github.com/redhat-developer/vscode-java/issues/702).
8+
* bug fix - fixed NPE in Outline view when no source is attached. See [JLS#851](https://github.com/eclipse/eclipse.jdt.ls/pull/851).
9+
* bug fix - fixed detection of projects under linked folders. See [JLS#831](https://github.com/eclipse/eclipse.jdt.ls/pull/836).
10+
311
## 0.33.0 (October 23rd, 2018)
412
* enhancement - add new command to clean the server workspace. See [#655](https://github.com/redhat-developer/vscode-java/issues/655).
513
* enhancement - add Mockito static imports by default. See [#679](https://github.com/redhat-developer/vscode-java/pull/679).

0 commit comments

Comments
 (0)