From c2d18b60e44a0d4d65f5de70fe9dcc18f120670c Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 23 Jun 2020 16:01:00 +0200 Subject: [PATCH] docs(changelog): parallelism in tests --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1491d4..162b6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added * Support emacs keybindings (https://github.com/imsnif/diskonaut/pull/40) - [@redzic](https://github.com/redzic) +### Fixed +* Do not scan in parallel when running tests (https://github.com/imsnif/diskonaut/pull/43) - [@redzic](https://github.com/redzic) + ## [0.3.0] - 2020-06-21 ### Fixed