aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-02-06 05:42:03 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-02-06 06:20:39 +0100
commitfee0ad33abceb0219076dde05c9d5d9ba950000f (patch)
treeb376b44082a8599b5ade4c319356c5bf9bf9e4f3 /doc
parent0b2cca0eb9de873998535af15c0066a71e2e363f (diff)
downloadlombok-fee0ad33abceb0219076dde05c9d5d9ba950000f.tar.gz
lombok-fee0ad33abceb0219076dde05c9d5d9ba950000f.tar.bz2
lombok-fee0ad33abceb0219076dde05c9d5d9ba950000f.zip
[jdk9] add support for using lombok with JDK9 code when compiling using the new module syntax, and having module-info.java files in your source.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 7172b166..11c4bddc 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,7 +3,8 @@ Lombok Changelog
### v1.16.21 "Edgy Guinea Pig"
* v1.16.20 is the latest stable release of Project Lombok.
-* Potential fix for Netbeans < 9. [Issue #1555](https://github.com/rzwitserloot/lombok/issues/1555)
+* PLATFORM: Fix for using lombok together with JDK9's new `module-info.java` feature. [Issue #985](https://github.com/rzwitserloot/lombok/issues/985)
+* BUGFIX: Potential fix for Netbeans < 9. [Issue #1555](https://github.com/rzwitserloot/lombok/issues/1555)
### v1.16.20 (January 9th, 2018)
* PLATFORM: Better support for jdk9 in the new IntelliJ, Netbeans and for Gradle.