From fb6a58f93371c09d0b75bbefc3694acb81a9c0af Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 7 Dec 2015 00:43:15 +0100 Subject: add text to change for edge-specific features. --- doc/changelog.markdown | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 1ca7f659..3c7e31c5 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,12 @@ Lombok Changelog ---------------- ### v1.16.7 "Edgy Guinea Pig" + +#### Special Edge release features, feedback extra welcome +* PLATFORM: Starting jdk9 support: No more error message regarding `pid` +* BUGFIX-IN-PROGRESS: Added extra logging and reporting to investigate problems regarding `lombok.javac.apt.Processos` + +#### Regular changes * FEATURE: `@Builder` updates: It now generates `clearFieldName()` methods if `@Singular` is used. [Issue #967](https://github.com/rzwitserloot/lombok/issues/967). * FEATURE: `@Builder` updates: The annotation can now be put on instance methods. [Issue #63](https://github.com/rzwitserloot/lombok/issues/63). * FEATURE: `@Builder` updates: `@Singular` now supports guava's ImmutableTable [Issue #937](https://github.com/rzwitserloot/lombok/issues/937). -- cgit