Skip to content

Commit 6c3fbee

Browse files
committed
updated changelogs for 4.6.2 release
1 parent 2d633fc commit 6c3fbee

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

vscode-extensions/vscode-bosh/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2020-05-28 (4.6.2 RELEASE)
2+
3+
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
4+
15
## 2020-04-23 (4.6.1 RELEASE)
26

37
* no major changes

vscode-extensions/vscode-concourse/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2020-05-28 (4.6.2 RELEASE)
2+
3+
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
4+
* _(Concourse)_ improvement: add support for set-pipeline step ([#464](https://github.com/spring-projects/sts4/issues/464)) - contributed by [@deepakmohanakrishnan1984](https://github.com/deepakmohanakrishnan1984)
5+
16
## 2020-04-23 (4.6.1 RELEASE)
27

38
* no major changes

vscode-extensions/vscode-manifest-yaml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2020-05-28 (4.6.2 RELEASE)
2+
3+
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
4+
15
## 2020-04-23 (4.6.1 RELEASE)
26

37
* no major changes

vscode-extensions/vscode-spring-boot/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2020-05-28 (4.6.2 RELEASE)
2+
3+
* _(Spring Boot)_ improvement: additional check to auto-connect live hovers only when actuators are on the project classpath ([#450](https://github.com/spring-projects/sts4/issues/450))
4+
* _(Spring Boot)_ improvement: added content assist for keys that exist in YAML and properties files ([#427](https://github.com/spring-projects/sts4/issues/427))
5+
* _(Spring Boot)_ improvement: Yaml editor gives error when using @..@ placeholders ([#190](https://github.com/spring-projects/sts4/issues/190))
6+
* _(Spring Boot)_ bugfix: super type hierarchy lookup might fail
7+
* _(Spring Boot)_ bugfix: quickly restarting app caused error popup from live hover mechanism to show up
8+
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
9+
110
## 2020-04-23 (4.6.1 RELEASE)
211

312
* _(Spring Boot)_ improvement: Spring yaml validation doesn't understand the "<<:" syntax ([#440](https://github.com/spring-projects/sts4/issues/440))

0 commit comments

Comments
 (0)