aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2018-06-19 00:17:09 +0200
committerRoel Spilker <r.spilker@gmail.com>2018-06-19 00:17:09 +0200
commit577ce94facde1092ab2eec9de12270183e8048bc (patch)
tree0f15031ba8f655fffbd986667b80ff16c09ce103 /doc
parent657a13b0dde5606e6d3b103dc5b1ca5a89f162c9 (diff)
downloadlombok-577ce94facde1092ab2eec9de12270183e8048bc.tar.gz
lombok-577ce94facde1092ab2eec9de12270183e8048bc.tar.bz2
lombok-577ce94facde1092ab2eec9de12270183e8048bc.zip
changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
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)