diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-03-23 14:18:40 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-03-23 14:18:54 +0100 |
commit | 2079eba1f9ff6b022c4640aeb6d46d3834e2eb1f (patch) | |
tree | 5fe46ed7986081493f090ba3e3ceae054b888ca3 /doc/changelog.markdown | |
parent | afceb138e6e4ca2dca0f16fd5297d7451f5f4e80 (diff) | |
download | lombok-2079eba1f9ff6b022c4640aeb6d46d3834e2eb1f.tar.gz lombok-2079eba1f9ff6b022c4640aeb6d46d3834e2eb1f.tar.bz2 lombok-2079eba1f9ff6b022c4640aeb6d46d3834e2eb1f.zip |
[build] Fixing `ant edge.release`.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index a0ca6a48..b2519785 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -6,6 +6,7 @@ Lombok Changelog * BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore `lombok.config`. [Issue #3332](https://github.com/projectlombok/lombok/issues/3332). * BUGFIX: `@NonNull` on a primitive array field on a record wouldn't work. [Issue #3366](https://github.com/projectlombok/lombok/issues/3366). * FEATURE: Jakarta has some non-null annotations (such as `jakarta.annotation.Nonnull`) which we now support. [Issue #3346](https://github.com/projectlombok/lombok/issues/3346). +* BUGFIX: Eclipse didn't find usages of extension methods (`@ExtensionMethod`) in "find references" nor rename-refactoring. [Issue #3373](https://github.com/projectlombok/lombok/issues/3373) ### v1.18.26 (Feb 3rd, 2023) |