aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2023-02-03 03:54:46 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2023-02-03 03:54:46 +0100
commit566dfe73ca11ed60e1a5b545872cefc4f0c8f976 (patch)
tree12473955f506b6d80a28d68e132a586aa1e98d5a /doc
parentdbb7ea00b803b619697d372435d38631c41c686e (diff)
downloadlombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.tar.gz
lombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.tar.bz2
lombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.zip
[build] final touches on updating deployment to new cloudflare host
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown3
1 files changed, 2 insertions, 1 deletions
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).