Skip to content

Commit

Permalink
updated vscode extension changelogs for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Jan 31, 2022
1 parent 0562afa commit 437b8c3
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-02-02 (4.13.1 RELEASE, incl. language servers version 1.30.0)

* _(VSCode)_ fixed: Spring Boot Tools for VS Code incorrectly misidentifies internal JDK for Language Support for Java as a JRE ([#715](https://github.com/spring-projects/sts4/issues/715))

## 2021-12-08 (4.13.0 RELEASE, incl. language servers version 1.29.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 @@
## 2022-02-02 (4.13.1 RELEASE, incl. language servers version 1.30.0)

* _(VSCode)_ fixed: Spring Boot Tools for VS Code incorrectly misidentifies internal JDK for Language Support for Java as a JRE ([#715](https://github.com/spring-projects/sts4/issues/715))

## 2021-12-08 (4.13.0 RELEASE, incl. language servers version 1.29.0)

* no major changes
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-02-02 (4.13.1 RELEASE, incl. language servers version 1.30.0)

* _(VSCode)_ fixed: Spring Boot Tools for VS Code incorrectly misidentifies internal JDK for Language Support for Java as a JRE ([#715](https://github.com/spring-projects/sts4/issues/715))

## 2021-12-08 (4.13.0 RELEASE, incl. language servers version 1.29.0)

* no major changes
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-02-02 (4.13.1 RELEASE, incl. language servers version 1.30.0)

* _(Spring Boot)_ improvement: Consider if content assist can be offered for spring.config.import property keys ([#536](https://github.com/spring-projects/sts4/issues/536))
* _(Spring Boot)_ fixed: YAML editor generates wrong EOL characters in Windows ([#709](https://github.com/spring-projects/sts4/issues/709))
* _(VSCode)_ fixed: Always pop up a prompt box: indexing spring boot properties ([#697](https://github.com/spring-projects/sts4/issues/697))
* _(VSCode)_ fixed: Spring Boot Tools for VS Code incorrectly misidentifies internal JDK for Language Support for Java as a JRE ([#715](https://github.com/spring-projects/sts4/issues/715))

## 2021-12-08 (4.13.0 RELEASE, incl. language servers version 1.29.0)

* _(Spring Boot)_ fixed: STS 4.12.0 (for eclipse) *.yml can't automatic prompt ([#690](https://github.com/spring-projects/sts4/issues/690))
Expand Down

0 comments on commit 437b8c3

Please sign in to comment.