Skip to content

Commit 0ba6148

Browse files
committed
Changelog for 0.39.0 release
Signed-off-by: Fred Bricon <[email protected]>
1 parent 4dc398e commit 0ba6148

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
## 0.39.0 (February 21st, 2019)
4+
* enhancement - automatically detect jars in `lib/` folder next to standalone Java files. See [#501](https://github.com/redhat-developer/vscode-java/issues/501).
5+
* bug fix - fixed default hover/source encoding. See [#788](https://github.com/redhat-developer/vscode-java/issues/788).
6+
* bug fix - fixed file handle/memory leak on Windows when idling. See [#789](https://github.com/redhat-developer/vscode-java/issues/789).
7+
* build - use Eclipse 2019-03 M2 bits. See [JLS#934](https://github.com/eclipse/eclipse.jdt.ls/pull/934).
8+
39
## 0.38.0 (January 31st, 2019)
410
* enhancement - new dialog asking to hide java project settings files on startup. See [#776](https://github.com/redhat-developer/vscode-java/pull/776).
511
* bug fix - pick up gradle properties updates when doing full build. See [#758](https://github.com/redhat-developer/vscode-java/issues/758).

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Features
2222

2323
* Maven pom.xml project support
2424
* Basic Gradle Java project support
25-
* As you type reporting of parsing and compilation errors
25+
* Standalone Java files support
26+
* As-you-type reporting of parsing and compilation errors
2627
* Code completion
27-
* Code actions / Refactoring
28+
* Code/Source actions / Refactoring
2829
* Javadoc hovers
2930
* Organize imports
3031
* Type search
@@ -91,8 +92,6 @@ The following settings are supported:
9192
* `java.format.onType.enabled` : Enable/disable on-type formatting (triggered on `;`, `}` or `<return>`).
9293
* `java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
9394
* `java.completion.enabled` : Enable/disable code completion support.
94-
95-
*New in 0.38.0:*
9695
* `java.configuration.checkProjectSettingsExclusions`: Checks if the extension-generated project settings files (`.project`, `.classpath`, `.factorypath`, `.settings/`) should be excluded from the file explorer. Defaults to `true`.
9796

9897

0 commit comments

Comments
 (0)