From 32549e2a3a831e7640911b71fbb8d417026ac45c Mon Sep 17 00:00:00 2001 From: tingstad Date: Fri, 22 Dec 2017 15:07:35 +0100 Subject: Update changelog: 1.16.[1]6 typo "JDK9 support much improved since v1.16.6" -> "... v1.16.16" --- doc/changelog.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.markdown b/doc/changelog.markdown index a38c171e..9e025c24 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -14,7 +14,7 @@ Lombok Changelog * INSTALLER: By default, the lombok installer now inserts an absolute path in `eclipse.ini` and friends, instead of a relative path. If you want the old behavior, you can use `java -jar -Dlombok.installer.fullpath=false lombok.jar`. ### v1.16.18 (July 3rd, 2017) -* PLATFORM: JDK9 support much improved since v1.16.6; [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) +* PLATFORM: JDK9 support much improved since v1.16.16; [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. -- cgit