diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-13 23:29:09 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-13 23:29:09 +0200 |
commit | 6ae4592f188f4ba72adb697f2ea3aa5f29f491b1 (patch) | |
tree | aae05381e954afcfb2e53267ea20fa0033118934 | |
parent | 5dea27f56fef57eef91697b25d630163193b2979 (diff) | |
download | lombok-6ae4592f188f4ba72adb697f2ea3aa5f29f491b1.tar.gz lombok-6ae4592f188f4ba72adb697f2ea3aa5f29f491b1.tar.bz2 lombok-6ae4592f188f4ba72adb697f2ea3aa5f29f491b1.zip |
added SuperBuilder to the changelog
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 1648cdba..3745ec6e 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.18.1 "Edgy Guinea Pig" -* v1.18.0 is the latest stable release of Project Lombok. +* 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) ### 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) |