diff --git a/vscode-extensions/vscode-concourse/CHANGELOG.md b/vscode-extensions/vscode-concourse/CHANGELOG.md index 4bec0bb2b..d1050d12d 100644 --- a/vscode-extensions/vscode-concourse/CHANGELOG.md +++ b/vscode-extensions/vscode-concourse/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2018-07-23 (M13) + +* _(Concourse)_ Added support for missing attributes to `GitGetParams`, `GitPutParams`, `Job` and `Step` schemas ([#64](https://github.com/spring-projects/sts4/issues/64)), ([#65](https://github.com/spring-projects/sts4/issues/65)) +* _(Concourse)_ fixed: Concourse VSCode Extension: Does not recognize GCS buckets in semver resource ([#60](https://github.com/spring-projects/sts4/issues/60)) ## 2018-06-08 (M12) * _(Concourse)_ add support for new attributes of DockerImageSource (aws_session_token, max_concurrent_downloads, max_concurrent_uploads) and DockerImagePutParams (additional_tags, cache_from, load_bases, target_name) ([#56](https://github.com/spring-projects/sts4/issues/56)) diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 1f57aa9e4..14fc8a0ad 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2018-07-23 (M13) + +* _(Spring Boot)_ early prototype for detecting changed bean definitions in live-running (and restarted) boot applications +* _(Spring Boot)_ @Inject annotation now supported for live hovers +* _(Spring Boot)_ added option to match live running apps and workspace projects manually +* _(Spring Boot)_ improved JMX connector reuse (internal optimization) + ## 2018-06-08 (M12) * _(Spring Boot)_ live hovers now updated in all open editors, not just the active one