From f6c9bfba1b0bcc0f1bd0fbdff79aeffe59f28b70 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 21 Mar 2023 16:31:04 +0100 Subject: Updating tests and changelog to reflect JDK20 support --- buildScripts/tests.ant.xml | 6 +++--- doc/changelog.markdown | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index d34e1f82..140983bc 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -150,8 +150,8 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - - + + @@ -293,5 +293,5 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 86ff40e8..47b7bcf1 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.18.27 "Edgy Guinea Pig" -* We recently released v1.18.26; there is no edge release since then. +* PLATFORM: JDK20 support added. [Issue #3353](https://github.com/projectlombok/lombok/issues/3353). ### v1.18.26 (Feb 3rd, 2023) -- cgit