From 75654df0d2ea3a32585d65bcca392214e5f17019 Mon Sep 17 00:00:00 2001 From: Balyam muralidhar narendra kumar Date: Tue, 26 Aug 2025 16:53:24 +0530 Subject: [PATCH] changelog for 24.1.1 --- vscode/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 8bf0bb9..b7c3bc3 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -22,6 +22,24 @@ under the License. --> +## Version 24.1.1 +### What's Changed + +#### Bug Fixes +* Standalone run output correction [#448](https://github.com/oracle/javavscode/pull/448) +* Fix run/debug/test due to launch-config clashes [#432](https://github.com/oracle/javavscode/pull/432) +* Updated the JavaLangFeatures feature name extractor to work with JDK25+ EA [#451](https://github.com/oracle/javavscode/pull/451) +* Constructor init of java.lsp.server JavaPlatformProvider override [#453](https://github.com/oracle/javavscode/pull/453) +* Extension restart fix [#433](https://github.com/oracle/javavscode/pull/433) +* Fix formatting issue when there is erroneous if tree [#429](https://github.com/oracle/javavscode/pull/429) +* Fixed project clean and project compile commands in the command palette [#438](https://github.com/oracle/javavscode/pull/438) +* Fixed enable preview event field value for Gradle and Standalone projects [#452](https://github.com/oracle/javavscode/pull/452) + +#### Other Changes +* Updated openjdk24 URL to 24.0.2 [#442](https://github.com/oracle/javavscode/pull/442) + +**Full Changelog**: https://github.com/oracle/javavscode/compare/v24.1.0...v24.1.1 + ## Version 24.1.0 ### What's Changed