diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-07-04 02:19:10 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-07-04 02:19:10 +0200 |
commit | f4a409248752261d40011ba17c2e8ed673634b09 (patch) | |
tree | b638aea1533a0b9225b0d2e5ef78ab0d6ad6b68e | |
parent | 9094158a7ca27588630df01e086d6b10da209343 (diff) | |
download | lombok-f4a409248752261d40011ba17c2e8ed673634b09.tar.gz lombok-f4a409248752261d40011ba17c2e8ed673634b09.tar.bz2 lombok-f4a409248752261d40011ba17c2e8ed673634b09.zip |
updated changelog.
-rw-r--r-- | doc/changelog.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 3b12ae2b..72891ad2 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,8 +1,10 @@ Lombok Changelog ---------------- -### v1.16.17 "Edgy Guinea Pig" -* v1.16.16 is the latest stable release of Project Lombok. +### v1.16.18 (July 3rd, 2017) +* PLATFORM: JDK9 support much improved since v1.16.6; [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) +* BUGFIX: Lombok now works with [Bazel](https://bazel.build/) and [Error Prone](https://error-prone.info/). [Issue #1290](https://github.com/rzwitserloot/lombok/issues/1290) +* FEATURE: Lombok has a new [website](https://projectlombok.org/)! A few very minor changes to the code to be more consistent with it have been added, mostly to the javadoc. ### 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) |