changelogs updated for 4.1.0 release

This commit is contained in:
Martin Lippert
2018-12-18 09:06:35 +01:00
parent 49654fc832
commit 591b56e07d
4 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2018-12-20 (4.1.0 RELEASE)
* no major changes
## 2018-11-30 (4.0.2 RELEASE)
* (General) Various bugfixes for bugs causing language servers to hang and become unresponsive.

View File

@@ -1,3 +1,7 @@
## 2018-12-20 (4.1.0 RELEASE)
* no major changes
## 2018-11-30 (4.0.2 RELEASE)
* (General) Various bugfixes for bugs causing language servers to hang and become unresponsive.

View File

@@ -1,3 +1,7 @@
## 2018-12-20 (4.1.0 RELEASE)
* (CF Manifest) fixed Cloud Foundry Manifest buildpack deprecated in vs code extension ([#161](https://github.com/spring-projects/sts4/issues/161))
## 2018-11-30 (4.0.2 RELEASE)
* (General) Various bugfixes for bugs causing language servers to hang and become unresponsive.

View File

@@ -1,3 +1,9 @@
## 2018-12-20 (4.1.0 RELEASE)
* (Spring Boot) first initial version of content-assist for Spring Data repository definitions
* (Spring Boot) live hover links to types now work for projects using JDK 9 and beyond, too
* (Spring Boot) fixed an issue with stopped apps on CF causing boot language server to get stuck when connected to JMX via SSH tunnel
## 2018-11-30 (4.0.2 RELEASE)
* (Spring Boot) Make CTRL-CLICK navigation from application.properties to Java work