diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-09-25 01:20:57 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-09-25 01:21:07 +0200 |
commit | a0c17d87a5216a030fda2b60f4ddfbcd2a790cc5 (patch) | |
tree | ecbbc808b3488a982e97d2be27499ca26fb084e7 /doc | |
parent | 3c7cfc8c548d2c387971431553afed5791fecdad (diff) | |
download | lombok-a0c17d87a5216a030fda2b60f4ddfbcd2a790cc5.tar.gz lombok-a0c17d87a5216a030fda2b60f4ddfbcd2a790cc5.tar.bz2 lombok-a0c17d87a5216a030fda2b60f4ddfbcd2a790cc5.zip |
[jdk13] changelog update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 818ced1a..6fa871ea 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,8 @@ Lombok Changelog ---------------- ### v1.18.9 "Edgy Guinea Pig" -* No changes yet. +* PLATFORM: Support for JDK13 (including `yield` in switch expressions, as well as delombok having a nicer style for arrow-style switch blocks, and text blocks). + ### v1.18.10 (September 10th, 2019) * PROMOTION: `@Wither` has been promoted to the main package, renamed to `@With`. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions as a deprecated annotation. If you had `lombok.config` configuration for this annotation, the configuration keys for this feature have been renamed. |