From ebd2899fe51c349ae12855d58e30ca5efc5ca26d Mon Sep 17 00:00:00 2001 From: Rob Prouse Date: Sat, 14 Jan 2017 17:08:37 -0500 Subject: [PATCH] Added the Terminate agent if main process has terminated to th changes --- CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 598aa68fc..7602fcc1a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -NUnit 3.6 - January 11, 2017 +NUnit 3.6 - January 14, 2017 Console Runner @@ -8,6 +8,11 @@ Console Runner * Messages from the new Multiple Assert blocks will be displayed individually * Warnings from the new Warn.If, Warn.Unless and Assert.Warn are now displayed +Engine + + * NUnit agents now monitor the running engine process and will terminate themselves + if the parent runner process is killed or dies + Issues Resolved * 16 NUnit Engine Tests fail if not run from test directory @@ -23,6 +28,7 @@ Issues Resolved * 110 Writability check could give a friendlier message. * 113 Add task descriptions to Build.cake * 127 Modify console runner to display multiple assert information + * 128 Terminate agent if main process has terminated * 133 NUnit downloadable packages zip file naming is confusing and non-intuitive * 136 Handle early termination of multiple assert block * 138 Report Warnings in console runner