diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-19 03:36:32 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-19 03:36:32 +0100 |
commit | d28027310fb15533c53a82d14b7e0a67a4d5e4e3 (patch) | |
tree | bcf2b1f67134a97a006cdbd7c876816f5ea72001 /doc | |
parent | 334167bd22cc21c59bd6f4a49dec7057a615206b (diff) | |
download | lombok-d28027310fb15533c53a82d14b7e0a67a4d5e4e3.tar.gz lombok-d28027310fb15533c53a82d14b7e0a67a4d5e4e3.tar.bz2 lombok-d28027310fb15533c53a82d14b7e0a67a4d5e4e3.zip |
[changelog]
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 b7368664..6954c6ea 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,8 @@ Lombok Changelog ---------------- ### v1.18.19 "Edgy Guinea Pig" -* Trying to use a lambda expression as parameter to an `@ExtensionMethod` did not work. [Issue #2741](https://github.com/rzwitserloot/lombok/issues/2741). (by __@Rawi01__). +* PLATFORM: JDK16 support added. [Issue #2681](https://github.com/mplushnikov/lombok-intellij-plugin/issues/2681). +* BUGFIX: Trying to use a lambda expression as parameter to an `@ExtensionMethod` did not work. [Issue #2741](https://github.com/rzwitserloot/lombok/issues/2741). (by __@Rawi01__). * POTENTIAL BUGFIX: lombok + errorprone could cause `IllegalArgumentException` if using the `MissingSummay` bug pattern. [Issue #2730](https://github.com/rzwitserloot/lombok/issues/2612). ### v1.18.18 (January 28th, 2021) |