From 323cc5267e5c86277c0e3edfb16755202cec04ba Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 14 May 2018 23:08:28 +0200 Subject: fixes #1580 - documenting Pascal Bihler's contribution to making lombok run better with gradle --- doc/changelog.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc') 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. -- cgit