diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-12-04 23:19:47 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-12-04 23:19:52 +0100 |
commit | 321727559f1c0ab91cba766cd680c9e329025cc1 (patch) | |
tree | 48c8dcb0fed7795bd896f3bf1e6d4fefe8d3f340 /doc | |
parent | d4c3c5580a9fe3ca3d66b1ad425050a894d2b421 (diff) | |
download | lombok-321727559f1c0ab91cba766cd680c9e329025cc1.tar.gz lombok-321727559f1c0ab91cba766cd680c9e329025cc1.tar.bz2 lombok-321727559f1c0ab91cba766cd680c9e329025cc1.zip |
[trivial] recording ecj fix in changelog
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 94996503..ec3d5029 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,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) * 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.__ |