aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortingstad <tingstad@users.noreply.github.com>2017-12-22 15:07:35 +0100
committerRoel Spilker <r.spilker@gmail.com>2018-01-03 23:50:32 +0100
commit32549e2a3a831e7640911b71fbb8d417026ac45c (patch)
treea5e81125ce8774f59c6204cbfe5303a63a164d2c
parentcf5a714c1580a9a8cee5d84ae484c5b08d652db1 (diff)
downloadlombok-32549e2a3a831e7640911b71fbb8d417026ac45c.tar.gz
lombok-32549e2a3a831e7640911b71fbb8d417026ac45c.tar.bz2
lombok-32549e2a3a831e7640911b71fbb8d417026ac45c.zip
Update changelog: 1.16.[1]6 typo
"JDK9 support much improved since v1.16.6" -> "... v1.16.16"
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
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.