Update changelogs prior to release.

This commit is contained in:
Kris De Volder
2019-10-22 15:22:40 -07:00
parent 4c87d8384e
commit cca89dc294
4 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2019-10-24 (4.4.1 RELEASE)
* no major changes
## 2019-09-19 (4.4.0 RELEASE)
* _(VSCode)_ fixed: show error message when manually configured JDK is not there

View File

@@ -1,3 +1,8 @@
## 2019-10-24 (4.4.1 RELEASE)
* _(Concourse)_ enhancement: added support for `registry-image` resource type.
([#380](https://github.com/spring-projects/sts4/issues/380))
## 2019-09-19 (4.4.0 RELEASE)
* _(Concourse)_ fixed: in_parallel - support both array of steps; and explicit "steps" child ([#345](https://github.com/spring-projects/sts4/issues/345))

View File

@@ -1,3 +1,7 @@
## 2019-10-24 (4.4.1 RELEASE)
* no major changes
## 2019-09-19 (4.4.0 RELEASE)
* _(VSCode)_ fixed: show error message when manually configured JDK is not there

View File

@@ -1,3 +1,9 @@
## 2019-10-24 (4.4.1 RELEASE)
* _(Spring Boot)_ Provide UI to allow user to explicitly connect/disconnect to/from processes to collect Live Hover data from. See the [wiki](https://github.com/spring-projects/sts4/wiki/Live-Application-Information#managing-live-data-connections-to-local-processes) for details.
* _(Spring Boot)_ enhancement: Goto Symbol now also works from XML bean files.
* _(Spring Boot)_: improve performance of xml symbol scanning.
## 2019-09-19 (4.4.0 RELEASE)
* _(Spring Boot)_ fixed: Adding/removing bean in XML file doesn't update the symbol index