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