updated changelogs for vscode extensions

This commit is contained in:
Martin Lippert
2020-10-21 14:10:14 +02:00
parent f962f74321
commit 7ea72b709e
4 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2020-10-23 (4.8.1 RELEASE, incl. language servers version 1.23.0)
* no major changes
## 2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0)
* no major changes

View File

@@ -1,3 +1,7 @@
## 2020-10-23 (4.8.1 RELEASE, incl. language servers version 1.23.0)
* _(Concourse)_ fixed: support pipeline directory as well see ([#525](https://github.com/spring-projects/sts4/issues/525))
## 2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0)
* no major changes

View File

@@ -1,3 +1,7 @@
## 2020-10-23 (4.8.1 RELEASE, incl. language servers version 1.23.0)
* no major changes
## 2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0)
* no major changes

View File

@@ -1,3 +1,10 @@
## 2020-10-23 (4.8.1 RELEASE, incl. language servers version 1.23.0)
* _(Spring Boot)_ fixed: Spring Boot Language Server processing java.util.Properties type configuration logic error ([#534](https://github.com/spring-projects/sts4/issues/534))
* _(Spring Boot)_ fixed: Add support for Spring Boot multi-document properties files ([#533](https://github.com/spring-projects/sts4/issues/533))
* _(Spring Boot)_ fixed: Support escaping of map keys with '[]' in Spring Boot property yaml files
* _(Spring Boot)_ fixed: Tolerate '.[' for map navigation in .properties file
## 2020-09-17 (4.8.0 RELEASE, incl. language servers version 1.22.0)
* _(Spring Boot)_ fix: Eclips shows error on `@ConditionalOnExpression("${downlink.active:false}")` ([#529](https://github.com/spring-projects/sts4/issues/529))