From 9e86ddcbd418008ce4ffc571d01625c16c0ddcef Mon Sep 17 00:00:00 2001 From: Achal Talati Date: Thu, 26 Dec 2024 15:43:08 +0530 Subject: [PATCH 1/2] Update CHANGELOG --- vscode/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 0b94b7d8..1c103982 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -23,6 +23,14 @@ --> +## Version 23.1.0 +### What's Changed + +#### Other Changes +* Minor README updates and fixes https://github.com/oracle/javavscode/pull/334 and https://github.com/oracle/javavscode/pull/339 +* Suppressed JNI warning during language server startup https://github.com/oracle/javavscode/pull/338 +* Dependency upgrades https://github.com/oracle/javavscode/pull/337 + ## Version 23.0.1 ### What's Changed From 65b9153894676ee77065e05122a37a3decd8bd07 Mon Sep 17 00:00:00 2001 From: Achal Talati Date: Thu, 26 Dec 2024 22:18:59 +0530 Subject: [PATCH 2/2] Updated CHANGELOG --- vscode/CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 1c103982..3127724d 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -27,9 +27,10 @@ ### What's Changed #### Other Changes -* Minor README updates and fixes https://github.com/oracle/javavscode/pull/334 and https://github.com/oracle/javavscode/pull/339 -* Suppressed JNI warning during language server startup https://github.com/oracle/javavscode/pull/338 -* Dependency upgrades https://github.com/oracle/javavscode/pull/337 +* Minor README updates and fixes [#334](https://github.com/oracle/javavscode/pull/334) and [#339](https://github.com/oracle/javavscode/pull/339) +* Suppressed JNI warning during language server startup [#338](https://github.com/oracle/javavscode/pull/338) +* Dependency upgrades [#337](https://github.com/oracle/javavscode/pull/337) +* Extension maintainance changes [#348](https://github.com/oracle/javavscode/pull/348) and [#349](https://github.com/oracle/javavscode/pull/349) ## Version 23.0.1 ### What's Changed