diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index c970039f8e..82042ad001 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -44,6 +44,9 @@

Fixed bugs

  • synthetic methods that contain bodies of anonymous functions in Scala should not be ignored (GitHub #912).
  • +
  • To avoid failures with invalid class files report generation now checks + that source references are actually files + (GitHub #941).
  • Non-functional Changes