From 9898b490df02e5784e0230d2d87979c0875aeb70 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 11 Jan 2019 07:39:51 -0800 Subject: [PATCH] Fix non-parallel option changelog entry --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd7f996..13b1dd91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,7 +77,7 @@ ### Features - Run hooks in parallel - - individual hooks may opt out of parallel exection with `parallel: false` + - individual hooks may opt out of parallel exection with `require_serial: true` - #510 issue by @chriskuehl. - #851 PR by @chriskuehl. @@ -103,7 +103,7 @@ - #885 PR by @s0undt3ch. ### Updating -- If a hook requires serial execution, set `parallel: false` to avoid the new +- If a hook requires serial execution, set `require_serial: true` to avoid the new parallel execution. - `ruby` hooks now require `gem>=2.0.0`. If your platform doesn't support this by default, select a newer version using