updated changelogs for 4.3.2 release

This commit is contained in:
Martin Lippert
2019-08-12 15:03:19 +02:00
parent 53af53ed16
commit d03ec44938
4 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2019-08-13 (4.3.2 RELEASE)
* _(VSCode)_ fixed: Spring boot tool vscode extension is causing system to run out of disk space ([#328](https://github.com/spring-projects/sts4/issues/328))
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time

View File

@@ -1,3 +1,9 @@
## 2019-08-13 (4.3.2 RELEASE)
* _(Concourse)_ fixed: VS Code Extensions missing Cloud Foundry params options ([#330](https://github.com/spring-projects/sts4/issues/330))
* _(Concourse)_ fixed: Snippet completions in vscode-concourse not working
* _(VSCode)_ fixed: Spring boot tool vscode extension is causing system to run out of disk space ([#328](https://github.com/spring-projects/sts4/issues/328))
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time

View File

@@ -1,3 +1,8 @@
## 2019-08-13 (4.3.2 RELEASE)
* _(CF Manifest)_ fixed: docker not supported in vscode manifest extension ([#302](https://github.com/spring-projects/sts4/issues/302))
* _(VSCode)_ fixed: Spring boot tool vscode extension is causing system to run out of disk space ([#328](https://github.com/spring-projects/sts4/issues/328))
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time

View File

@@ -1,3 +1,9 @@
## 2019-08-13 (4.3.2 RELEASE)
* _(Spring Boot)_ fixed: CTRL-click navigation does not handle properties on super class correctly ([#326](https://github.com/spring-projects/sts4/issues/326))
* _(Spring Boot)_ fixed: Configuration property analysis does not handle properties written in snake_case correctly ([#327](https://github.com/spring-projects/sts4/issues/327))
* _(VSCode)_ fixed: Spring boot tool vscode extension is causing system to run out of disk space ([#328](https://github.com/spring-projects/sts4/issues/328))
## 2019-07-12 (4.3.1 RELEASE)
* _(all language servers)_ performance: further improvements to the language server startup time