From de858c450ba5d5f79afee041ae11722954137887 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 2 Feb 2018 10:23:25 -0800 Subject: [PATCH] Edits. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557106e..6d67894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,8 @@ ## 1.6.4 - Sep 17, 2017 -* `digest.txt` (and `digest2.txt`) are now using parallel jobs. Each resource to be verified is a - single job and the jobs are doled out to a thread pool with #CPUs threads. This allows large +* `digest.txt` (and `digest2.txt`) computation now uses parallel jobs. Each resource to be verified + is a single job and the jobs are doled out to a thread pool with #CPUs threads. This allows large builds to proceed faster as most dev machines have more than one core. * Resource verification is now performed in parallel (similar to the `digest.txt` computation, each