diff options
author | cnuessgens <christian@nuessgens.com> | 2018-01-18 21:18:14 +0100 |
---|---|---|
committer | cnuessgens <christian@nuessgens.com> | 2018-01-18 21:18:14 +0100 |
commit | 1b6de01bf187def687cb0e757da4295b0790f0ac (patch) | |
tree | f86c0951a8669fb67689a92fd9059df7589d17da /doc/changelog.markdown | |
parent | cdee2996514723dfbcf6ac177d82446acef260f3 (diff) | |
parent | 01754d914056b3baa0a6bfe3b20bf5c40f6a5199 (diff) | |
download | lombok-1b6de01bf187def687cb0e757da4295b0790f0ac.tar.gz lombok-1b6de01bf187def687cb0e757da4295b0790f0ac.tar.bz2 lombok-1b6de01bf187def687cb0e757da4295b0790f0ac.zip |
Merge remote-tracking branch 'remotes/upstream/master'
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 9e025c24..7172b166 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,9 +1,12 @@ Lombok Changelog ---------------- -### v1.16.19 "Edgy Guinea Pig" -* v1.16.18 is the latest stable release of Project Lombok. -* PLATFORM: Possible support for jdk9 in the new IntelliJ, Netbeans and for Gradle. +### 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) + +### v1.16.20 (January 9th, 2018) +* PLATFORM: Better support for jdk9 in the new IntelliJ, Netbeans and for Gradle. * BREAKING CHANGE: _lombok config_ key `lombok.addJavaxGeneratedAnnotation` now defaults to `false` instead of true. Oracle broke this annotation with the release of JDK9, necessitating this breaking change. * BREAKING CHANGE: _lombok config_ key `lombok.anyConstructor.suppressConstructorProperties` is now deprecated and defaults to `true`, that is, by default lombok no longer automatically generates `@ConstructorProperties` annotations. New config key `lombok.anyConstructor.addConstructorProperties` now exists; set it to `true` if you want the old behavior. Oracle more or less broke this annotation with the release of JDK9, necessitating this breaking change. * DEVELOPMENT: Compiling lombok on JDK1.9 is now possible. |