From 833cfcb35d04e575a4e9c04d916147f38c5f4ea7 Mon Sep 17 00:00:00 2001 From: Samuel Littley Date: Fri, 13 Dec 2024 14:24:54 +0000 Subject: [PATCH] Add #3315 to changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 329ef70b9..5783e6f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Version 17.12.6 * Add goroutine labels to track what they are getting up to if we suspect a hang (#3292) * Fix deadlock with queuing data for tests (#3306) * Fix potential subinclude lockup (#3305) + * Don't queue a target up for test if the target failed to build (#3315) Version 17.12.5 ---------------