diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-12-10 17:32:14 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-12-10 17:32:14 +0100 |
commit | 2fcd0a2f5fd57a4eb4d9b0b3cf5a2da6b1d9a038 (patch) | |
tree | b4fb56275d9a06bd03652c8ef27067a6f4d72fc5 /doc | |
parent | 51cc0d4b0a2c1251dc3227f6b4e2828264b9d871 (diff) | |
download | lombok-2fcd0a2f5fd57a4eb4d9b0b3cf5a2da6b1d9a038.tar.gz lombok-2fcd0a2f5fd57a4eb4d9b0b3cf5a2da6b1d9a038.tar.bz2 lombok-2fcd0a2f5fd57a4eb4d9b0b3cf5a2da6b1d9a038.zip |
[changelog] adding fix to ExtensionMethod with generics in ecj
Diffstat (limited to 'doc')
-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 aa09aa19..6282f4b9 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,6 +4,7 @@ Lombok Changelog ### v1.18.17 "Edgy Guinea Pig" * BUGFIX: Various tools using ecj under the hood (including intellij) could cause corrupt class files to be generated. [PR #2637](https://github.com/rzwitserloot/lombok/pull/2637), [lombok-intellij-plugin issue #969](https://github.com/mplushnikov/lombok-intellij-plugin/issues/969). * BUGFIX: Netbeans would not work with 1.18.16 anymore. [Issue #2612](https://github.com/rzwitserloot/lombok/issues/2612) +* BUGFIX: `@ExtensionMethod` support in ecj improved when generics are involved. [Issue #2648](https://github.com/rzwitserloot/lombok/issues/2648), [PR #2658](https://github.com/rzwitserloot/lombok/pull/2658) thanks to __@Rawi01__. * PLATFORM: using `lombok.config` files when compiling with sbt 1.4 now works again. [Issue #2645](https://github.com/rzwitserloot/lombok/issues/2645) * (potential) BUGFIX: Using lombok with Maven Tycho now works. With assistance from [Rabea Gransberger](https://github.com/rgra). [Issue #285](https://github.com/rzwitserloot/lombok/issues/285) __UPDATE: This doesn't quite work yet, still investigating.__ |