aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2018-06-04 23:36:06 +0200
committerRoel Spilker <r.spilker@gmail.com>2018-06-04 23:36:45 +0200
commita74db7c10c61c7a18e8fed774cac1e0cde534009 (patch)
tree46106687a476be3a940efbfb27c98c8d5ef0912a /doc/changelog.markdown
parentb8e85f5dc7044e9a4bd43c41786bdda2a38f50ac (diff)
downloadlombok-a74db7c10c61c7a18e8fed774cac1e0cde534009.tar.gz
lombok-a74db7c10c61c7a18e8fed774cac1e0cde534009.tar.bz2
lombok-a74db7c10c61c7a18e8fed774cac1e0cde534009.zip
Make `extraPrivate` opt-in instead of opt-out. Fixes #1708
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 f1575a53..f8b8a562 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,6 +3,7 @@ Lombok Changelog
### v1.16.23 "Edgy Guinea Pig"
* v1.16.22 is the latest stable release of Project Lombok.
+* 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)
* BUGFIX: Do not generate a private no-args constructor if that breaks the code. [Issue #1703](https://github.com/rzwitserloot/lombok/issues/1703), [Issue #1704](https://github.com/rzwitserloot/lombok/issues/1704), [Issue #1712](https://github.com/rzwitserloot/lombok/issues/1712)
* BUGFIX: Using boolean parameters in lombok annotations would fail. [Issue #1709](https://github.com/rzwitserloot/lombok/issues/1709)
* BUGFIX: Delombok would give an error message. [Issue #1705](https://github.com/rzwitserloot/lombok/issues/1705)