Update changelog, references #193

This commit is contained in:
Andreas Dangel
2017-02-10 23:33:04 +01:00
parent 0c63f46a65
commit 38c19bbd4f

View File

@ -279,6 +279,10 @@ to avoid XSS attacks.
* `net.sourceforge.pmd.RuleSet` is now immutable, too, and can only be created via `RuleSetFactory`.
See [PR #145](https://github.com/pmd/pmd/pull/145).
* `net.sourceforge.pmd.cli.XPathCLI` has been removed. It's functionality is fully covered by the Designer.
* `net.sourceforge.pmd.Report` now works with `ThreadSafeReportListener`s. Both `ReportListener` and
`SynchronizedReportListener` are deprecated in favor of `net.sourceforge.pmd.ThreadSafeReportListener`.
Therefore, the methods `getSynchronizedListeners()` and `addSynchronizedListeners(...)` have been
replaced by `getListeners()` and `addListeners(...)`. See [PR #193](https://github.com/pmd/pmd/pull/193).
### External Contributions