diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 9211acd2ac..a8e69ce135 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -36,6 +36,10 @@

Fixed bugs

(GitHub #888).
  • Instrumentation should update indexes of local variables in annotations (GitHub #894).
  • +
  • Branches added by the Kotlin compiler for functions with default arguments + and containing arguments of type long or double + should be filtered out during generation of report + (GitHub #908).
  • Release 0.8.4 (2019/05/08)