From 50e5b6822b0d8638af5da7cde4a8d990fc605779 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Mon, 16 Dec 2024 23:50:16 -0500 Subject: [PATCH] Changelog for 1.43.0 Signed-off-by: Roland Grunberg --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7706389c95..951e49f009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +# [1.43.0 (December 19th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/135?closed=1) + * enhancement - Add code lens for interface / abstract method implementations. See [#3333](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3333). + * `java.implementationCodelens.enabled` replaced by `java.implementationCodeLens` + * Values for new setting are `"none"`, `"types"`, `"methods"`, `"all"` + * bug - Improve rendering of Markdown Comments (JEP 467). See [#3332](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3332). + * build - Update target platform to 4.35-I-builds. See [#3339](https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/3339). + # [1.42.0 (November 28th, 2024)](https://github.com/eclipse/eclipse.jdt.ls/milestone/134?closed=1) * performance - Improve performance of code actions requests. See [#3321](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3321). * performance - Improve performance of all language server requests that resolve a document URI. See [#3313](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3313).