aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2018-04-30 22:14:35 +0200
committerRoel Spilker <r.spilker@gmail.com>2018-04-30 22:14:35 +0200
commit3ea12bdeba0936b4022e731282fd33c9c077e2d7 (patch)
treedd831c413104ea0576c9787cb59cab1a1ac7ca37 /doc
parent90b699ef1002d3600ecc291058bd05b1dec813fd (diff)
downloadlombok-3ea12bdeba0936b4022e731282fd33c9c077e2d7.tar.gz
lombok-3ea12bdeba0936b4022e731282fd33c9c077e2d7.tar.bz2
lombok-3ea12bdeba0936b4022e731282fd33c9c077e2d7.zip
jdk10: update download for the jdk
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 41e9dcb7..a995031b 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.
* Fix file url bug in edge release
+* Fix TypeTags error in jdk10+
* FEATURE: `@Getter` and `@Setter` also allow `onMethod` and `onParam` when put on a type. [Issue #1653](https://github.com/rzwitserloot/lombok/issues/1653)
* POTENTIAL FIX: IBM RAD. [Issue #1604](https://github.com/rzwitserloot/lombok/issues/1604)
* FEATURE: `@FieldNameConstants` is an new feature that generates string constants for your field names. [Docs on @FieldNameConstants](https://projectlombok.org/features/experimental/FieldNameConstants).