aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-01-09 00:54:53 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-01-09 00:54:53 +0100
commit61938f4ea8ec7aa00f2640f5b3f9ead19130b2d2 (patch)
tree92e17eea613217c1a3bf9808238cf8de7d6d691c /doc
parent6e7f75eb779196848e1f6d421432a3a885ec8e9a (diff)
downloadlombok-61938f4ea8ec7aa00f2640f5b3f9ead19130b2d2.tar.gz
lombok-61938f4ea8ec7aa00f2640f5b3f9ead19130b2d2.tar.bz2
lombok-61938f4ea8ec7aa00f2640f5b3f9ead19130b2d2.zip
pre-release version bump
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 9e025c24..1c1be636 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,9 +1,8 @@
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.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.