aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-02-07 00:24:46 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-02-07 00:24:46 +0100
commitfada93e90fbb47873de1e02704ad756f836f41a8 (patch)
treeeef88b5f12bf544d3ee26a5fd46fd26702305f77
parent9ecfe2302f3cd1d654196e072cce0b334f21ffd9 (diff)
downloadlombok-fada93e90fbb47873de1e02704ad756f836f41a8.tar.gz
lombok-fada93e90fbb47873de1e02704ad756f836f41a8.tar.bz2
lombok-fada93e90fbb47873de1e02704ad756f836f41a8.zip
documented in changelog work on supporting JDK10.
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 41178d2a..9e84afb8 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,6 +4,7 @@ Lombok Changelog
### v1.16.21 "Edgy Guinea Pig"
* v1.16.20 is the latest stable release of Project Lombok.
* PLATFORM: Fix for using lombok together with JDK9's new `module-info.java` feature. [Issue #985](https://github.com/rzwitserloot/lombok/issues/985)
+* PLATFORM: Some initial work on supporting JDK10.
* BUGFIX: Potential fix for Netbeans < 9. [Issue #1555](https://github.com/rzwitserloot/lombok/issues/1555)
* PROMOTION: `var` has been promoted from experimental to the main package with no changes. The 'old' experimental one is still around but is deprecated, and is an alias for the new main package one. [var documentation](https://projectlombok.org/features/var.html).
* OLD-CRUFT: `lombok.experimental.Builder` and `lombok.experimental.Value` are deprecated remnants of when these features were still in experimental. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.