diff options
-rw-r--r-- | doc/changelog.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
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). |