From 8479edb4262a7eb8cb76baba138f0ea5aae841c5 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 19 Feb 2019 01:47:49 +0100 Subject: var/val in Eclipse can now handle intersection types, fixes #1986 --- doc/changelog.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index fee354fe..26ad3dcb 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.18.7 "Edgy Guinea Pig" -* Nothing new yet in the edge release. +* BUGFIX: var/val on methods that return an intersection type would now work in Eclipse [Issue #1986](https://github.com/rzwitserloot/lombok/issues/1986) ### v1.18.6 (February 12th, 2019) * FEATURE: Javadoc on fields will now also be copied to the Builders' setters. Thanks for the contribution, Emil Lundberg. [Issue #2008](https://github.com/rzwitserloot/lombok/issues/2008) -- cgit