Skip to content

Commit

Permalink
update changelogs for 4.16.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Oct 24, 2022
1 parent 4e8e5b4 commit 26518a0
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0)

* no major changes

## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)

* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811))
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 @@
## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0)

* no major changes

## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)

* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811))
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 @@
## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0)

* no major changes

## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)

* _(VSCode)_ fixed: Extension never activates, throwing error "Header must provide a Content-Length property" ([#811](https://github.com/spring-projects/sts4/issues/811))
Expand Down
7 changes: 7 additions & 0 deletions vscode-extensions/vscode-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2022-10-26 (4.16.1 RELEASE, incl. language servers version 1.40.0)

* _(Spring Boot)_ fixed: Spring XML Config support does not show symbols with scope "File" ([#860](https://github.com/spring-projects/sts4/issues/860))
* _(Spring Boot)_ fixed: [open-rewrite] exception when executing quick fix for project ([#853](https://github.com/spring-projects/sts4/issues/853))
* _(Spring Boot)_ fixed: [refactoring] quick fix to convert autowired field to constructor param shows up even if the constructor param already exists ([#815](https://github.com/spring-projects/sts4/issues/815))
* _(VSCode)_ fixed: Vscode Spring Boot Tools 1.39.0 prevents Java project from Running/Debugging ([#847](https://github.com/spring-projects/sts4/issues/847))

## 2022-09-14 (4.16.0 RELEASE, incl. language servers version 1.39.0)

* _(Spring Boot)_ fixed: Workspace symbol null on custom annotations ([#818](https://github.com/spring-projects/sts4/issues/818))
Expand Down

0 comments on commit 26518a0

Please sign in to comment.