diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-05-14 23:08:28 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-05-14 23:08:28 +0200 |
commit | 323cc5267e5c86277c0e3edfb16755202cec04ba (patch) | |
tree | dd8520f66ebc6a07889b54db8e8bdd985f79652c /doc | |
parent | 366d18c8614d00e17447781796c65ee693251d5c (diff) | |
download | lombok-323cc5267e5c86277c0e3edfb16755202cec04ba.tar.gz lombok-323cc5267e5c86277c0e3edfb16755202cec04ba.tar.bz2 lombok-323cc5267e5c86277c0e3edfb16755202cec04ba.zip |
fixes #1580 - documenting Pascal Bihler's contribution to making lombok run better with gradle
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index a995031b..55d83ace 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,10 +3,8 @@ Lombok Changelog ### v1.16.21 "Edgy Guinea Pig" * v1.16.20 is the latest stable release of Project Lombok. -* Fix file url bug in edge release -* Fix TypeTags error in jdk10+ +* PLATFORM: lombok now counts as an _incremental annotation processor_ for gradle. Should speed up your gradle builds considerably! [Issue #1580](https://github.com/rzwitserloot/lombok/issues/1580) * FEATURE: `@Getter` and `@Setter` also allow `onMethod` and `onParam` when put on a type. [Issue #1653](https://github.com/rzwitserloot/lombok/issues/1653) -* POTENTIAL FIX: IBM RAD. [Issue #1604](https://github.com/rzwitserloot/lombok/issues/1604) * FEATURE: `@FieldNameConstants` is an new feature that generates string constants for your field names. [Docs on @FieldNameConstants](https://projectlombok.org/features/experimental/FieldNameConstants). * PLATFORM: Fix for using lombok together with JDK9's new `module-info.java` feature. [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) * PLATFORM: Some initial work on supporting JDK10 and JDK11. |