updated changelogs for 4.6.2 release

This commit is contained in:
Martin Lippert
2020-05-25 11:24:15 +02:00
parent 2d633fc5b1
commit 6c3fbee80e
4 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2020-05-28 (4.6.2 RELEASE)
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
## 2020-04-23 (4.6.1 RELEASE)
* no major changes

View File

@@ -1,3 +1,8 @@
## 2020-05-28 (4.6.2 RELEASE)
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
* _(Concourse)_ improvement: add support for set-pipeline step ([#464](https://github.com/spring-projects/sts4/issues/464)) - contributed by [@deepakmohanakrishnan1984](https://github.com/deepakmohanakrishnan1984)
## 2020-04-23 (4.6.1 RELEASE)
* no major changes

View File

@@ -1,3 +1,7 @@
## 2020-05-28 (4.6.2 RELEASE)
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
## 2020-04-23 (4.6.1 RELEASE)
* no major changes

View File

@@ -1,3 +1,12 @@
## 2020-05-28 (4.6.2 RELEASE)
* _(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))
* _(Spring Boot)_ improvement: added content assist for keys that exist in YAML and properties files ([#427](https://github.com/spring-projects/sts4/issues/427))
* _(Spring Boot)_ improvement: Yaml editor gives error when using @..@ placeholders ([#190](https://github.com/spring-projects/sts4/issues/190))
* _(Spring Boot)_ bugfix: super type hierarchy lookup might fail
* _(Spring Boot)_ bugfix: quickly restarting app caused error popup from live hover mechanism to show up
* _(VSCode/Theia)_ bugfix: Fix null reference when no JVM was found - contributed by [@tfriem](https://github.com/tfriem)
## 2020-04-23 (4.6.1 RELEASE)
* _(Spring Boot)_ improvement: Spring yaml validation doesn't understand the "<<:" syntax ([#440](https://github.com/spring-projects/sts4/issues/440))