updated changelogs for vscode extensions for 4.3.0 release

This commit is contained in:
Martin Lippert
2019-06-19 12:28:57 +02:00
parent 0338be79e3
commit 03582ab5b3
4 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2019-06-21 (4.3.0 RELEASE)
* no major changes
## 2019-05-24 (4.2.2 RELEASE)
* _(all language servers)_ performance: additional improvements to language server startup time

View File

@@ -1,3 +1,7 @@
## 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))
## 2019-05-24 (4.2.2 RELEASE)
* _(all language servers)_ performance: additional improvements to language server startup time

View File

@@ -1,3 +1,8 @@
## 2019-06-21 (4.3.0 RELEASE)
- _(CF Manifest)_ fixed: CF manifest editor supports manifest files with number of instances set to zero
- _(CF Manifest)_ fixed: content-assist in CF manifest editor showed error when it should not
## 2019-05-24 (4.2.2 RELEASE)
* _(all language servers)_ performance: additional improvements to language server startup time

View File

@@ -1,3 +1,12 @@
## 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
- _(Spring Boot)_ improvement: symbols are now being re-created if dependent types change
- _(Spring Boot)_ fixed: Slow code completion takes more than a 1 sec. ([#293](https://github.com/spring-projects/sts4/issues/293))
- _(Spring Boot)_ fixed: content-assist for Spring XML config files now working again in VS Code and Theia
- _(Spring Boot)_ fixed: ClassCast Exception in Boot LS while application.yml file opened in the editor
- _(Spring Boot)_ fixed: Anonymous inner type beans don't have boot hints
## 2019-05-24 (4.2.2 RELEASE)
* _(all language servers)_ performance: additional improvements to language server startup time