diff options
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 818ced1a..44b7f553 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,8 +1,9 @@ Lombok Changelog ---------------- -### v1.18.9 "Edgy Guinea Pig" -* No changes yet. +### v1.18.11 "Edgy Guinea Pig" +* 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. |