From 566dfe73ca11ed60e1a5b545872cefc4f0c8f976 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 3 Feb 2023 03:54:46 +0100 Subject: [build] final touches on updating deployment to new cloudflare host --- doc/changelog.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 1607dc58..7eff0f15 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,7 +1,8 @@ Lombok Changelog ---------------- -### v1.18.25 "Edgy Guinea Pig" +### v1.18.26 (Feb 3rd, 2023) + * PLATFORM: JDK19 support added. [Issue #3264](https://github.com/projectlombok/lombok/issues/3264). * BUGFIX: Using the refactor script: "Rename field" in a `@(Super)Builder`-marked file in eclipse or VSCode would cause issues. [Issue #3181] (https://github.com/projectlombok/lombok/issues/3181). * BUGFIX: Using `val` together with any call to a method that explicitly resolves to a default impl in an interface didn't work in javac. [Issue #3242](https://github.com/projectlombok/lombok/issues/3242). -- cgit