diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index e77c2d16bd..3689a5e26c 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -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.