From 0e3e6b21aab1af64011bc6c6bb6ebc61a11fdf5e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 21 Aug 2026 15:14:34 -0400 Subject: [PATCH] CHANGELOG for 0.18.0 Signed-off-by: David Thompson --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1618d5..2786917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Tools for MicroProfile Changelog -## [0.17.0]https://github.com/redhat-developer/vscode-microprofile/milestone/18?closed=1) (22 April, 2026) +## [0.18.0](https://github.com/redhat-developer/vscode-microprofile/milestone/19?closed=1) (24 August, 2026) + +### Bug Fixes + * Update lsp4j to 1.0.0 to solve incompatibility problem with vscode-java (jdtls). See [eclipse-lsp4mp/lsp4mp#549](https://github.com/eclipse-lsp4mp/lsp4mp/issues/549) + * Don't bother checking if the installed vscode-yaml is new enough and drop `semver` as a runtime dependency. See [#428](https://github.com/redhat-developer/vscode-microprofile/issues/428). + +### Build + * Migrate to node 22 (node 20 is end of life). See [#621](https://github.com/redhat-developer/vscode-microprofile/issues/621). + * Remove chai. See [#503](https://github.com/redhat-developer/vscode-microprofile/pull/503). + * Remove fs-extra and tidy up gulpfile. See [#623](https://github.com/redhat-developer/vscode-microprofile/pull/623). + * Many dependency version bumps + +## [0.17.0](https://github.com/redhat-developer/vscode-microprofile/milestone/18?closed=1) (22 April, 2026) ### Enhancements * Show default value in completion item. See [#538](https://github.com/eclipse-lsp4mp/lsp4mp/pull/538).