aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-08-21 00:00:16 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-08-21 00:00:16 +0200
commit2ac4faf14cfb4e82b771f8691704efd3c36299ea (patch)
treec4fbba4df4c05e0d861ef3f9da9713d6dac10b07 /doc
parent613ecb091054fe0a2aad304226717be20ec2cf83 (diff)
downloadlombok-2ac4faf14cfb4e82b771f8691704efd3c36299ea.tar.gz
lombok-2ac4faf14cfb4e82b771f8691704efd3c36299ea.tar.bz2
lombok-2ac4faf14cfb4e82b771f8691704efd3c36299ea.zip
[trivial] [changelog]
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index b7fbdd7d..91fdd6a5 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,7 +2,6 @@ Lombok Changelog
----------------
### v1.18.13 "Edgy Guinea Pig"
-* POTENTIAL FIX: Kotlin incremental compiler on gradle 3.6.1 [Issue #2412](https://github.com/rzwitserloot/lombok/issues/2412)
* PERFORMANCE: Several performance improvements during parsing/compilation, both using javac and Eclipse. Thanks __@Rawi01__!
* 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.