diff options
author | Roel Spilker <r.spilker@gmail.com> | 2018-06-19 00:17:09 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2018-06-19 00:17:09 +0200 |
commit | 577ce94facde1092ab2eec9de12270183e8048bc (patch) | |
tree | 0f15031ba8f655fffbd986667b80ff16c09ce103 /doc | |
parent | 657a13b0dde5606e6d3b103dc5b1ca5a89f162c9 (diff) | |
download | lombok-577ce94facde1092ab2eec9de12270183e8048bc.tar.gz lombok-577ce94facde1092ab2eec9de12270183e8048bc.tar.bz2 lombok-577ce94facde1092ab2eec9de12270183e8048bc.zip |
changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 3745ec6e..07f10e76 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,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) ### v1.18.0 (June 5th, 2018) |