Skip to content

Commit

Permalink
updated changelogs for the upcoming 4.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Mar 12, 2021
1 parent 82ce4b3 commit 22b2547
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vscode-extensions/vscode-bosh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions vscode-extensions/vscode-concourse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions vscode-extensions/vscode-manifest-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions vscode-extensions/vscode-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 22b2547

Please sign in to comment.