aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-07-17 22:32:24 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-07-17 22:36:32 +0200
commita195a47337f592eb117f519f7a1a42f0d8f570d1 (patch)
tree7b9a30568735d3a3afb10dd30a67c7118c3ac682 /doc
parent0375f1a9e8f606588d4e136fc718a6876ff0ae4f (diff)
downloadlombok-a195a47337f592eb117f519f7a1a42f0d8f570d1.tar.gz
lombok-a195a47337f592eb117f519f7a1a42f0d8f570d1.tar.bz2
lombok-a195a47337f592eb117f519f7a1a42f0d8f570d1.zip
Attempting to fix issues with integration with mapstruct; issue #1359
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 8166f3d1..a77dbb3d 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v1.18.1 "Edgy Guinea Pig"
+* BUGFIX: mapstruct + lombok in eclipse should hopefully work again. [Issue #1359](https://github.com/rzwitserloot/lombok/issues/1359) and [mapstruct issue #1159](https://github.com/mapstruct/mapstruct/issues/1159)
* BUGFIX: Equals and hashCode again exclude transient fields by default. [Issue #1724](https://github.com/rzwitserloot/lombok/issues/1724)
* FEATURE: You can now make builders for type hierarchies, using the new (experimental) `@SuperBuilder` annotation. Thanks for the contribution, Jan Rieke. [`@SuperBuilder` documentation](https://projectlombok.org/features/experimental/SuperBuilder)
* FEATURE: `@NoArgsConstructor`, including forcing one with `lombok.config: lombok.noArgsConstructor.extraPrivate=true` now take any defaults set with `@Builder.Default` into account. [Issue #1347](https://github.com/rzwitserloot/lombok/issues/1347)