aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/changes.html
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.doc/docroot/doc/changes.html')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c73b155d..43e42aa4 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -28,6 +28,9 @@
<li>Exclude from a report a part of bytecode that compiler generates for a
synchronized statement
(GitHub <a href="https://github.com/jacoco/jacoco/issues/501">#501</a>).</li>
+ <li>Exclude from a report methods which are annotated with <code>@lombok.Generated</code>.
+ Initial analysis and contribution by RĂ¼diger zu Dohna.
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/513">#513</a>).</li>
<li>Maven aggregated reports will now also include modules of runtime dependencies
(GitHub <a href="https://github.com/jacoco/jacoco/issues/498">#498</a>).</li>
</ul>