Update release notes

This commit is contained in:
Clément Fournier
2018-03-05 20:56:48 +01:00
parent 5d590a259e
commit f74a6b3887

View File

@ -39,6 +39,9 @@ Both are bugfixing releases.
### API Changes
* A new CLI switch, `-no-cache`, disables incremental analysis and the related suggestion. This overrides the
`-cache` option. The corresponding Ant task parameter is `noCache`.
* The static method `PMDParameters.transformParametersIntoConfiguration(PMDParameters)` is now deprecated,
for removal in 7.0.0. The new instance method `PMDParameters.toConfiguration()` replaces it.