CHANGELOG updates for vscode extensions patch release

This commit is contained in:
aboyko
2022-12-08 08:41:24 -05:00
parent 88541f6010
commit c3c9f9a892
4 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2022-12-08 (1.42.0)
* no major changes
## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0)
* (_VSCode)_ fixed: make sure VSCode shows an error message when running on a JDK <17 ([#903](https://github.com/spring-projects/sts4/issues/903))

View File

@@ -1,3 +1,7 @@
## 2022-12-08 (1.42.0)
* no major changes
## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0)
* (_VSCode)_ fixed: make sure VSCode shows an error message when running on a JDK <17 ([#903](https://github.com/spring-projects/sts4/issues/903))

View File

@@ -1,3 +1,7 @@
## 2022-12-08 (1.42.0)
* no major changes
## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0)
* (_VSCode)_ fixed: make sure VSCode shows an error message when running on a JDK <17 ([#903](https://github.com/spring-projects/sts4/issues/903))

View File

@@ -1,3 +1,8 @@
## 2022-12-08 (1.42.0)
* _(Spring Boot)_ fixed: [vscode] Boot LS is broken if Java LS launch mode is 'Hybrid' ([#919](https://github.com/spring-projects/sts4/issues/919))
* _(Spring Boot)_ fixed: [validation] spring.factories EnableAutoConfiguration key for boot 3.0 ignores 'on' setting ([#917](https://github.com/spring-projects/sts4/issues/917))
## 2022-12-07 (4.17.0 RELEASE, incl. language servers version 1.41.0)
* _(Spring Boot)_ fixed: Refreshing Live Data over HTTP is not working on VS Code ([#872](https://github.com/spring-projects/sts4/issues/872))