updated changelogs for vscode extensions for 4.3.1 release

This commit is contained in:
Martin Lippert
2019-07-11 15:54:21 +02:00
parent 47aa69efc2
commit 19f64ce225
4 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time
## 2019-06-21 (4.3.0 RELEASE)
* no major changes

View File

@@ -1,3 +1,7 @@
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time
## 2019-06-21 (4.3.0 RELEASE)
- _(Concourse)_ fixed: Added support for `vars` property in task step ([#307](https://github.com/spring-projects/sts4/issues/307))

View File

@@ -1,3 +1,7 @@
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time
## 2019-06-21 (4.3.0 RELEASE)
- _(CF Manifest)_ fixed: CF manifest editor supports manifest files with number of instances set to zero

View File

@@ -1,3 +1,9 @@
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time
* _(Spring Boot)_ fixed: wrong error markers in properties files([#314](https://github.com/spring-projects/sts4/issues/314))
* _(VS Code)_ fixed: vscode goto definition error with lsp ([#309](https://github.com/spring-projects/sts4/issues/309))
## 2019-06-21 (4.3.0 RELEASE)
- _(Spring Boot)_ improvement: project classpath notifications now happen in batch on startup to further optimize performance and job load on the Eclipse side