From 36b351aa28d08d1cf3ffe5420a4065445728c362 Mon Sep 17 00:00:00 2001 From: Trevor Crawford Date: Thu, 23 Nov 2023 16:51:04 -0500 Subject: [PATCH] Added 23.0.12 release notes --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951606f2..19f426fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to the Liberty Tools extension will be documented below. +## 23.0.12 + +Version 23.0.12 of Liberty Tools for Visual Studio Code contains enhancements for editing support. Version 23.0.12 requires Visual Studio Code version 1.78+ and requires Java 17 or later. + +Notable changes: + +- Updated Liberty Config Language Server version to 2.1.1. For information regarding changes for version 2.1, refer to the release notes linked below: + - https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.1 + - https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.1 +- Updated Eclipse LSP4Jakarta version to 0.2.0. For more information regarding changes for version 0.2.0, refer to the release notes linked below: + - https://github.com/eclipse/lsp4jakarta/releases/tag/0.2.0 + +See the [commit log](https://github.com/OpenLiberty/liberty-tools-vscode/compare/23.0.9...23.0.12) for the full set of changes since the previous release. + ## 23.0.9 Version 23.0.9 of Liberty Tools for Visual Studio Code is a fix release that contains minor enhancements and fixes. Version 23.0.9 requires Visual Studio Code version 1.78+ and requires Java 17 or later. @@ -18,7 +32,6 @@ Notable changes: See the [commit log](https://github.com/OpenLiberty/liberty-tools-vscode/compare/23.0.6...23.0.9) for the full set of changes since the previous release. - ## 23.0.6 Version 23.0.6 of Liberty Tools for Visual Studio Code contains minor enhancements and fixes. Version 23.0.6 requires Visual Studio Code version 1.78+ and requires Java 17 or later.