From af2881318d44dfbd9599a1b9e13bda33b8b24afd Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 13 Mar 2023 15:39:04 +0100 Subject: [PATCH] updated changelog with last-minute fix --- vscode-extensions/vscode-spring-boot/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index 1764e9881..4067bbfcb 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -8,6 +8,7 @@ #### all fixes and improvements in detail +* _(Spring Boot)_ fixed: language server seems to have issues refreshing live data ([#1002](https://github.com/spring-projects/sts4/issues/1002)) * _(Spring Boot)_ fixed: update default settings for generations validation ([#999](https://github.com/spring-projects/sts4/issues/999)) * _(Spring Boot)_ fixed: Switch to rewrite release versions for 4.18 ([#995](https://github.com/spring-projects/sts4/issues/995)) * _(Spring Boot)_ fixed: completions for predicate keywords in Spring Data repositories ([#988](https://github.com/spring-projects/sts4/issues/988)) - contributed by @danthe1st