aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-07-03 05:40:52 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-07-03 05:42:34 +0200
commit37434ba0cba68ea232efea0824d3f71e5e287dc2 (patch)
tree02065821a76f358217f29db0555490ddb6431567 /doc/changelog.markdown
parentb3771e86f924f97983748511546cb94a2d1f116d (diff)
downloadlombok-37434ba0cba68ea232efea0824d3f71e5e287dc2.tar.gz
lombok-37434ba0cba68ea232efea0824d3f71e5e287dc2.tar.bz2
lombok-37434ba0cba68ea232efea0824d3f71e5e287dc2.zip
[Fixes #1347] issues with no-args constructor and Builder.Default now documented and fixed.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 07f10e76..8166f3d1 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,6 +4,7 @@ Lombok Changelog
### v1.18.1 "Edgy Guinea Pig"
* 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)
### v1.18.0 (June 5th, 2018)
* BREAKING CHANGE: The in 1.16.22 introduced configuration key `lombok.noArgsConstructor.extraPrivate` is now `false` by default. [Issue #1708](https://github.com/rzwitserloot/lombok/issues/1708)