diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 3d9505e6a4..8603626be2 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -199,6 +199,10 @@ All existing rules have been updated to reflect these changes. If you have custo * The never implemented method `PMD.processFiles(PMDConfiguration, RuleSetFactory, Collection, RuleContext, ProgressMonitor)` along with the interface `ProgressMonitor` has been removed. +* The method `PMD.setupReport(RuleSets, RuleContext, String)` is gone. It was used to report dysfunctional + rules. But PMD does this now automatically before processing the files, so there is no need for this + method anymore. + * All APIs deprecated in older versions are now removed. This includes: * `Renderer.getPropertyDefinitions` * `AbstractRenderer.defineProperty(String, String)`