We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2bf3f commit 43a5590Copy full SHA for 43a5590
1 file changed
README.md
@@ -334,7 +334,9 @@ sbt codacyCoverage
334
335
## Breaking Changes
336
337
-- 4.0.0 - Rename `analyse` command to `analyze`. This is a breaking change if you are running the CLI by using the
+- `7.0.0`: Fix `--parallel` that wasn't making the tools run actually in parallel. To restore the previous behaviour use `--parallel 1`
338
+
339
+- `4.0.0`: Rename `analyse` command to `analyze`. This is a breaking change if you are running the CLI by using the
340
[jar](#java) or [`sbt`](#local), but not if you are using the [provided script](#script).
341
342
## What is Codacy
0 commit comments