updated changelogs for the upcoming 4.10.0 release

This commit is contained in:
Martin Lippert
2021-03-12 15:18:22 +01:00
parent 82ce4b3eb5
commit 22b2547f12
4 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0)
* no major changes
## 2020-12-16 (4.9.0 RELEASE, incl. language servers version 1.24.0)
* no major changes

View File

@@ -1,3 +1,7 @@
## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0)
* _(Concourse)_ improvement: Add display property to pipeline schema ([#607](https://github.com/spring-projects/sts4/pull/607)) - contributed by [@jghiloni](https://github.com/jghiloni)
## 2020-12-16 (4.9.0 RELEASE, incl. language servers version 1.24.0)
* _(Concourse)_ fixed: navigation in pipeline files with VSCode Concourse CI extension doesn't work everytime ([#483](https://github.com/spring-projects/sts4/issues/483))

View File

@@ -1,3 +1,7 @@
## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0)
* _(CF Manifest)_ fixed: Error writing config: `rename ~\.cf\temp-config025076595 ~\.cf\config.json: Access is denied.` ([#577](https://github.com/spring-projects/sts4/issues/577))
## 2020-12-16 (4.9.0 RELEASE, incl. language servers version 1.24.0)
* no major changes

View File

@@ -1,3 +1,8 @@
## 2021-03-17 (4.10.0 RELEASE, incl. language servers version 1.25.0)
* _(Spring Boot)_ enhancement: `.sts4` dir location now configurable ([#601](https://github.com/spring-projects/sts4/issues/601))
* _(Spring Boot)_ fixed: sometimes live hovers do not disappear ([#609](https://github.com/spring-projects/sts4/issues/609))
## 2020-12-16 (4.9.0 RELEASE, incl. language servers version 1.24.0)
* _(Spring Boot)_ new: show bean startup performance metrics in live hovers and code lenses (details in the user guide)