From 346c8302f7e31a3fa53e7d7d823ab0e0889c622a Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sat, 28 Dec 2024 18:05:48 +0000 Subject: [PATCH] Fix spaces in ChangeLog.md --- ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9d4c930969..a142b2ecad 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -41,9 +41,9 @@ Bug fixes: as '`stack`' if the executable file is named `stack` or, on Windows, `stack.exe`. Previously only how it was invoked was considered. * `stack test --no-run-tests --dry-run` no longer reports that Stack would test - project packages with test suites and - `stack bench --no-run-benchmarks --dry-run` no longer reports that Stack - would benchmark project packages with benchmarks. + project packages with test suites and + `stack bench --no-run-benchmarks --dry-run` no longer reports that Stack + would benchmark project packages with benchmarks. * `StackSetupShim` compiles with `Cabal >= 3.14.0.0`. ## v3.1.1 - 2024-07-28