diff options
author | Roel Spilker <r.spilker@gmail.com> | 2020-06-19 00:47:00 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2020-06-19 00:48:56 +0200 |
commit | ed8ea0d8043cb8df6ae3fb962ab3a2087f4adeb6 (patch) | |
tree | 64f716ceb6de12c77a9d48494feac48f8759934f /doc | |
parent | 39d2c280fbaced63f5697481af6b37ab81891798 (diff) | |
download | lombok-ed8ea0d8043cb8df6ae3fb962ab3a2087f4adeb6.tar.gz lombok-ed8ea0d8043cb8df6ae3fb962ab3a2087f4adeb6.tar.bz2 lombok-ed8ea0d8043cb8df6ae3fb962ab3a2087f4adeb6.zip |
#1543: First primitives, then primitive wrappers, then other references
Diffstat (limited to 'doc')
-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 af77d480..952d9384 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.18.13 "Edgy Guinea Pig" -* PERFORMANCE: The generated equals method will first compare primitives. Manual re-ordering is possible using `@Include(rank=n)`. [Pull Request #2485](https://github.com/rzwitserloot/lombok/pull/2485), [Issue #1543](https://github.com/rzwitserloot/lombok/issues/1543) +* PERFORMANCE: The generated equals method will first compare primitives, then primitive wrappers and then reference fields. Manual re-ordering is possible using `@Include(rank=n)`. [Pull Request #2485](https://github.com/rzwitserloot/lombok/pull/2485), [Issue #1543](https://github.com/rzwitserloot/lombok/issues/1543) * IMPROBABLE BREAKING CHANGE: The generated hashcode has changed for classes that include both primitive fields and reference fields. * PLATFORM: Added support for compiling projects with OpenJ9 [Pull Request #2437](https://github.com/rzwitserloot/lombok/pull/2437) * BREAKING CHANGE: mapstruct users should now add a dependency to lombok-mapstruct-binding. This solves compiling modules with lombok (and mapstruct). |