diff options
author | Roel Spilker <r.spilker@gmail.com> | 2015-12-07 00:43:15 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2015-12-07 00:43:15 +0100 |
commit | fb6a58f93371c09d0b75bbefc3694acb81a9c0af (patch) | |
tree | 30f112b277deb9ecfe31a6d52afc28937abce0f6 | |
parent | 8037350c70a1172f88cd1f050336b326adabb64d (diff) | |
download | lombok-fb6a58f93371c09d0b75bbefc3694acb81a9c0af.tar.gz lombok-fb6a58f93371c09d0b75bbefc3694acb81a9c0af.tar.bz2 lombok-fb6a58f93371c09d0b75bbefc3694acb81a9c0af.zip |
add text to change for edge-specific features.
-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). |