aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2020-06-26 00:12:20 +0200
committerRoel Spilker <r.spilker@gmail.com>2020-06-26 00:12:20 +0200
commit326955cde1e788c0038ab77d2db340666b5f568b (patch)
tree601858e056a1392c636d8a720c15c131f2ab5ba0 /doc/changelog.markdown
parentf2b25550457628650213a3bfcac6a28a30648e6c (diff)
downloadlombok-326955cde1e788c0038ab77d2db340666b5f568b.tar.gz
lombok-326955cde1e788c0038ab77d2db340666b5f568b.tar.bz2
lombok-326955cde1e788c0038ab77d2db340666b5f568b.zip
Update changelog.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 952d9384..b7fbdd7d 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,8 @@ 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.
* PLATFORM: Added support for compiling projects with OpenJ9 [Pull Request #2437](https://github.com/rzwitserloot/lombok/pull/2437)