From a0c03860b7033734e6dfd9c0f535d61c1eb5ecf4 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 5 Jun 2019 13:59:38 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1257704bd..4dbd20806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ BUG FIXES: - core/triggers: Fix typo in UI output [GH-10748] - core/triggers: Properly exit with abort option [GH-10824] - core/triggers: Ensure guest names are string when filtering trigger configs [GH-10854] +- core/triggers: Abort after all running processes have completed when parallel is enabled [GH-10891] - guest/void: Fix NFS capability detection [GH-10713] - host/windows: Fix rubygems error when host has directory named `c` [GH-10803] - provider/virtualbox: Ensure non-existent machines do not attempt to list snapshots [GH-10784]