From 5d2afb9582a759f5ca2e02aa83089501901c4361 Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Mon, 19 Aug 2019 17:30:01 -0400 Subject: [PATCH] Changelog --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7a99db2..ed6a5ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ + +* 4.3.5 - Aug 19 2019 + +- Increase times in unit tests to ensure passing on slow systems + +- Allow instantiating FunctionTimedOut exception without arguments ( will replace function name with "Unknown Function" and timedOutAfter with "Unknown" when absent) + +- Update runTests.py from latest GoodTests distrib, 3.0.5 from 2.1.1 + + * 4.3.4 - Aug 19 2019 - Merge patch by Rafal Florczak to use threading.Thread.is_alive vs now deprecated threading.Thread.isAlive