updated changelogs for 1.27.0 release of vscode extensions

This commit is contained in:
Martin Lippert
2021-08-16 14:11:34 +02:00
parent 682bc065eb
commit e13620385e
4 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2021-08-18 (4.11.1 RELEASE, incl. language servers version 1.27.0)
* no major changes
## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0)
* no major changes

View File

@@ -1,3 +1,9 @@
## 2021-08-18 (4.11.1 RELEASE, incl. language servers version 1.27.0)
* _(Concourse)_ improvement: Property 'commit_message' not recognized for semver resources ([#655](https://github.com/spring-projects/sts4/issues/655))
* _(Concourse)_ improvement: GitResource schema, add missing properties ([#671](https://github.com/spring-projects/sts4/issues/671))
* _(Concourse)_ improvement: Unknown property 'fetch_tags' for type 'GitSource'(YamlSchemaProblem) ([#668](https://github.com/spring-projects/sts4/issues/668))
## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0)
* _(Concourse)_ improvement: VSCode extension doesn't understand glob patterns in group config ([#639](https://github.com/spring-projects/sts4/issues/639))

View File

@@ -1,3 +1,7 @@
## 2021-08-18 (4.11.1 RELEASE, incl. language servers version 1.27.0)
* no major changes
## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0)
* no major changes

View File

@@ -1,3 +1,9 @@
## 2021-08-18 (4.11.1 RELEASE, incl. language servers version 1.27.0)
* _(VS Code, Spring Boot)_ fixed: [codespaces] spring boot extension starting up multiple times in Codespaces setting ([#669](https://github.com/spring-projects/sts4/issues/669))
* _(VS Code, Spring Boot)_ fixed: [codespaces] spring boot extension doesn't find the right JDK when connecting to a codespace ([#670](https://github.com/spring-projects/sts4/issues/670))
* _(VS Code, Spring Boot)_ fixed: JAVA_Home should be right but still shows "Note Java 8 can still be used in your own projects" ([#664](https://github.com/spring-projects/sts4/issues/664))
## 2021-06-18 (4.11.0 RELEASE, incl. language servers version 1.26.0)
* _(Spring Boot)_ fixed: Live data highlights disapearing after closing and reopening editor ([#616](https://github.com/spring-projects/sts4/issues/616))