From b6b1195fe3d5885d297300957693e7e261ce2543 Mon Sep 17 00:00:00 2001 From: Alex Boyko Date: Fri, 14 Jun 2024 22:51:26 -0400 Subject: [PATCH] Typo in CHANGELOG.md --- vscode-extensions/vscode-spring-boot/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-spring-boot/CHANGELOG.md b/vscode-extensions/vscode-spring-boot/CHANGELOG.md index e1b7ef511f..fa142cd878 100644 --- a/vscode-extensions/vscode-spring-boot/CHANGELOG.md +++ b/vscode-extensions/vscode-spring-boot/CHANGELOG.md @@ -5,7 +5,7 @@ * _(Spring Boot)_ SQL query syntax validation is off by default. Settings to toggle JPQL, HQL, SQL query validation enablement * _(Spring Boot)_ Fixed `StackOverflowException` coming from `AnnotationHierarchies` -## all fixes and improvements in detail +#### all fixes and improvements in detail * _(Spring Boot)_ Ability to switch on/off Query syntax validation and problem severities for query syntax problems [#1275](https://github.com/spring-projects/sts4/issues/1275) * _(Spring Boot)_ Unable to view beans for multiple modules in version v1.55 [#1271](https://github.com/spring-projects/sts4/issues/1271)