diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-11-05 23:26:59 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-11-05 23:30:09 +0100 |
commit | a73965b2b7b4fe2e163cdb7d104fc5dff1aa7476 (patch) | |
tree | daf21a21c677408ced8c72618ea99beb72efb1f6 /doc/changelog.markdown | |
parent | 2c0ec9315577cbc8d406aca2b3f3b6ad233f4f35 (diff) | |
download | lombok-a73965b2b7b4fe2e163cdb7d104fc5dff1aa7476.tar.gz lombok-a73965b2b7b4fe2e163cdb7d104fc5dff1aa7476.tar.bz2 lombok-a73965b2b7b4fe2e163cdb7d104fc5dff1aa7476.zip |
[fixes #1918] toString now supports a configkey to tell it how to deal with super.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 4760b5f9..78588c36 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,6 +4,8 @@ Lombok Changelog ### v1.18.5 "Edgy Guinea Pig" * BUGFIX: Since version 1.18.4, the delombok ant task didn't work and errored with a `NoClassDefFoundError`. [Issue #1932](https://github.com/rzwitserloot/lombok/issues/1932) * FEATURE: The `@FieldNameConstants` feature now allows you to write the inner type by hand and add whatever you like to it; lombok will add the constants to this class. See the updated [FieldNameConstants feature](https://projectlombok.org/features/experimental/FieldNameConstants) page. +* FEATURE: There is now a `lombok.config` key to configure `@ToString`'s call super behavior; it's just like `@EqualsAndHashCode` which has had it for a while now. [Issue #1918](https://github.com/rzwitserloot/lombok/issues/1918) + ### v1.18.4 (October 30th, 2018) * PLATFORM: Support for Eclipse Photon. [Issue #1831](https://github.com/rzwitserloot/lombok/issues/1831) * PLATFORM: Angular IDE is now recognized by the installer [Issue #1830](https://github.com/rzwitserloot/lombok/issues/1830) |