From f53458952691ec6539552c9f1e4cac196c7caf53 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 16 Dec 2025 11:30:14 -0500 Subject: [PATCH] Update release date I'm new to the release process and didn't realize it's going to take two days. Signed-off-by: David Thompson --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950289884..103e15ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 1.51.0 (December 16th, 2025) +## 1.51.0 (December 17th, 2025) * enhancement - Add a quickfix to replace a deprecated field with one referenced in the docs. See [JLS#3626](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3626). * enhancement - Add a quickfix for "type safety warning" to infer type arguments. See [JLS#626](https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/626). * bug fix - "Generate constructor" feature can now be used when the type has no fields. See [#4154](https://github.com/redhat-developer/vscode-java/issues/4154).