aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2017-12-12 02:42:14 +0100
committerRoel Spilker <r.spilker@gmail.com>2017-12-12 02:42:14 +0100
commitd9031506b5e7804c277d29db060973cd17033e9a (patch)
tree6eefdfb4bd4201ea5fcf767481a55c2a5e3ec9b9 /doc
parentf2530ab37efecf60e9ed1df2ed232822df209e4e (diff)
downloadlombok-d9031506b5e7804c277d29db060973cd17033e9a.tar.gz
lombok-d9031506b5e7804c277d29db060973cd17033e9a.tar.bz2
lombok-d9031506b5e7804c277d29db060973cd17033e9a.zip
support for @Builder on methods with a generified return type. Fixes #1420
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index fd4af685..51c1bf8d 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -10,6 +10,7 @@ Lombok Changelog
* BUGFIX: The generated hashCode would break the contract if `callSuper=true,of={}`. [Issue #1505](https://github.com/rzwitserloot/lombok/issues/1505)
* BUGFIX: `delombok` no longer prints the synthetic outer-class parameter. [Issue #1521](https://github.com/rzwitserloot/lombok/issues/1521)
* BUGFIX: @Builder.Default now also works when type parameters are present. [Issue #1527](https://github.com/rzwitserloot/lombok/issues/1527)
+* BUGFIX: @Builder now also works on method with a generified return type. [Issue #1420](https://github.com/rzwitserloot/lombok/issues/1420)
* INSTALLER: By default, the lombok installer now inserts an absolute path in `eclipse.ini` and friends, instead of a relative path. If you want the old behavior, you can use `java -jar -Dlombok.installer.fullpath=false lombok.jar`.
### v1.16.18 (July 3rd, 2017)