aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2017-12-04 21:41:03 +0100
committerRoel Spilker <r.spilker@gmail.com>2017-12-04 21:50:10 +0100
commit602877e6942fd12852a7b03cd3e30e76d5440df6 (patch)
treec3e5478ed5d1b4e7a64e1debc03679e8dcf35c0a /doc/changelog.markdown
parent0d6bfb1bbc39b7e68b200434cc7bb4fb5b50361c (diff)
downloadlombok-602877e6942fd12852a7b03cd3e30e76d5440df6.tar.gz
lombok-602877e6942fd12852a7b03cd3e30e76d5440df6.tar.bz2
lombok-602877e6942fd12852a7b03cd3e30e76d5440df6.zip
delombok no longer prints generated outer-instance constructor parameters, fixes #1521
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 6a5a7da5..f4b71e4f 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,9 +4,10 @@ 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.
+* 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.
* DEVELOPMENT: Compiling lombok on JDK1.9 is now possible.
* BUGFIX: The generated hashCode would break the contract if `callSuper=true,of={}`. [Issue #1505](https://github.com/rzwitserloot/lombok/issues/1505)
-* BREAKING CHANGE: _lombok config_ key `lombok.addJavaxGeneratedAnnotation` now defaults to `false` instead of true. Oracle broke this annotation with the release of JDK9, neccessitating this breaking change.
+* BUGFIX: `delombok` no longer prints the synthetic outer-class parameter. [Issue #1521](https://github.com/rzwitserloot/lombok/issues/1521)
### v1.16.18 (July 3rd, 2017)
* PLATFORM: JDK9 support much improved since v1.16.6; [Issue #985](https://github.com/rzwitserloot/lombok/issues/985)