aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2020-02-14 00:22:10 +0100
committerRoel Spilker <r.spilker@gmail.com>2020-02-14 00:22:10 +0100
commit15b09ee27466baa9107ce6556e9302191f1cd7b5 (patch)
treea5eb34ee18fefb5aacab5c6e103cecfd92666a40 /doc
parent0d7540db0cc0c9a2758799522925f09eddeb7420 (diff)
downloadlombok-15b09ee27466baa9107ce6556e9302191f1cd7b5.tar.gz
lombok-15b09ee27466baa9107ce6556e9302191f1cd7b5.tar.bz2
lombok-15b09ee27466baa9107ce6556e9302191f1cd7b5.zip
update changelog
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 16e71806..9fca4ac6 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v.18.13 "Edgy Guinea Pig"
+* BREAKING CHANGE: mapstruct users should not add a dependency to lombok-mapstruct-binding. This solves compiling modules with lombok (and mapstruct).
* FEATURE: Similar to `@Builder`, you can now configure a `@SuperBuilder`'s 'setter' prefixes via `@SuperBuilder(setterPrefix = "set")` for example. We still discourage doing this. [Pull Request #2357](https://github.com/rzwitserloot/lombok/pull/2357).
* BUGFIX: Using `@SuperBuilder` on a class that has some fairly convoluted generics usage would fail with 'Wrong number of type arguments'. [Issue #2359](https://github.com/rzwitserloot/lombok/issues/2359) [Pull Request #2362](https://github.com/rzwitserloot/lombok/pull/2362)