aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2019-02-19 01:47:49 +0100
committerRoel Spilker <r.spilker@gmail.com>2019-02-19 01:47:49 +0100
commit8479edb4262a7eb8cb76baba138f0ea5aae841c5 (patch)
tree06be11d07b5b216f8a5d422b00a4f800391ceeb3 /doc/changelog.markdown
parentfd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4 (diff)
downloadlombok-8479edb4262a7eb8cb76baba138f0ea5aae841c5.tar.gz
lombok-8479edb4262a7eb8cb76baba138f0ea5aae841c5.tar.bz2
lombok-8479edb4262a7eb8cb76baba138f0ea5aae841c5.zip
var/val in Eclipse can now handle intersection types, fixes #1986
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
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)