aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-03-23 01:23:33 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-03-23 01:24:27 +0100
commitade0a348926a682bf290feee95a42367037e22e4 (patch)
treed35021518e94bc51c97f0ae605d248379bad70e0 /doc
parent164beb36becba6be897b4bd67287ce9fccc22fe9 (diff)
downloadlombok-ade0a348926a682bf290feee95a42367037e22e4.tar.gz
lombok-ade0a348926a682bf290feee95a42367037e22e4.tar.bz2
lombok-ade0a348926a682bf290feee95a42367037e22e4.zip
pre-release version bump.. with a new name!
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 5423107e..89ba4d62 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,8 +1,7 @@
Lombok Changelog
----------------
-### v1.16.15 "Edgy Guinea Pig"
-* v1.16.14 is the latest stable release of Project Lombok.
+### v1.16.16 "Dancing Elephant" (March 23rd, 2017)
* FEATURE: `@Builder.Default` lets you configure default values for your fields when using `@Builder`. See the [Builder feature page](https://projectlombok.org/features/Builder.html) for more information. [Issue #1201](https://github.com/rzwitserloot/lombok/issues/1201)
* PLATFORM: JDK9 now supported for compilation (delomboking with java9 not yet possible). Note, you'll have to do some command line wrangling. See [Issue #985](https://github.com/rzwitserloot/lombok/issues/985)
* BUGFIX: The `onX` feature (which lets you add annotations to generated methods) did not work if the annotation you added contained named parameters, and you are compiling with JDK8's javac. We can't fix this (it's a bug in javac), but we have provided an alternate, prettier way to do `onX` on javac8+. [Issue #778](https://github.com/rzwitserloot/lombok/issues/778) [onX documentation](https://projectlombok.org/features/experimental/onX.html)