From 529dd9fac1daef576001aaa399a734d03a76ffa5 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Fri, 31 Jan 2020 09:47:04 +0100 Subject: [PATCH] (WIP) update changelog --- org.jacoco.doc/docroot/doc/changes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 8049067ac3..f4e368d2e7 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -27,6 +27,9 @@

New Features

  • Methods toString, hashCode and equals generated by compiler for records are filtered out during generation of report (GitHub #990).
  • +
  • Bridge methods not marked as synthetic by Kotlin compiler + are filtered out during generation of report + (GitHub #1010).
  • Non-functional Changes