Skip to content

Commit 13235c8

Browse files
committed
Fix typo and update release date in changelog
Signed-off-by: Fred Bricon <[email protected]>
1 parent 418334b commit 13235c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

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

3-
## 0.47.0 (July 19th, 2019)
3+
## 0.47.0 (July 18th, 2019)
44
* enhancement - trigger client autorename after 'extract to variable/constant/method'. See [#333](https://github.com/redhat-developer/vscode-java/issues/333).
55
* enhancement - added support for semantic selection. See [#780](https://github.com/redhat-developer/vscode-java/issues/780).
66
* enhancement - Maven projects use the latest Execution Environment when source/target is not yet supported. See [#951](https://github.com/redhat-developer/vscode-java/issues/951).
@@ -14,7 +14,7 @@
1414
* bug fix - fixed signature help returning the wrong active parameter. See [JLS#1039](https://github.com/eclipse/eclipse.jdt.ls/issues/1039).
1515
* bug fix - fixed signature help stopped working after using a lambda. See [JLS#1086](https://github.com/eclipse/eclipse.jdt.ls/issues/1086).
1616
* debt - replaced vscode package with @types/vscode. See [#977](https://github.com/redhat-developer/vscode-java/issues/977).
17-
* documentation - setup the project for development. See [#949](https://github.com/redhat-developer/vscode-java/issues/949.)
17+
* documentation - setup the project for development. See [#949](https://github.com/redhat-developer/vscode-java/issues/949).
1818

1919
## 0.46.0 (June 5th, 2019)
2020
* enhancement - new 'try with resources' snippet, triggered by `try_resources`. See [#932](https://github.com/redhat-developer/vscode-java/pull/932).

0 commit comments

Comments
 (0)